IOMMU_L2PG_INT_REG Модуль управления памятью ввода-вывода IOMMU: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 DBG_MODE_L2PG_INT Bit 31R 0x0 Debug mode address switch causes L2 page table to occur interrupt. Unused Bits 30 : 7MASTER6_L2PG_INT Bit 6R 0x0 Master6 address switch causes L2 page table to occur interrupt. MASTER5_L2PG_INT Bit 5R 0x0 Master5 address switch causes L2 page table to occur interrupt. MASTER4_L2PG_INT Bit 4R 0x0 Master4 address switch causes L2 page table to occur interrupt. MASTER3_L2PG_INT Bit 3R 0x0 Master3 address switch causes L2 page table to occur interrupt. MASTER2_L2PG_INT Bit 2R 0x0 Master2 address switch causes L2 page table to occur interrupt. MASTER1_L2PG_INT Bit 1R 0x0 Master1 address switch causes L2 page table to occur interrupt. MASTER0_L2PG_INT Bit 0R 0x0 Master0 address switch causes L2 page table to occur interrupt. Команда U-Boot для чтения регистра md 30f0184 1Bit fields structuretypedef union iommu_l2pg_int_reg { struct { unsigned master0_l2pg_int : 1; unsigned master1_l2pg_int : 1; unsigned master2_l2pg_int : 1; unsigned master3_l2pg_int : 1; unsigned master4_l2pg_int : 1; unsigned master5_l2pg_int : 1; unsigned master6_l2pg_int : 1; unsigned unused0 : 24; unsigned dbg_mode_l2pg_int : 1; } b; unsigned long w; } IOMMU_L2PG_INT_REG |