IOMMU_4KB_BDY_PRT_CTRL_REG Модуль управления памятью ввода-вывода IOMMU: список регистров 31 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 16 15 |•|•|•|•|•|•|•|•|•|•|•|•|•|•|•|•| 00 Unused Bits 31 : 7MASTER6_4KB_BDY_PRT_CTRL Bit 6R/W 0x1 Master6 4KB boundary protect control bit MASTER5_4KB_BDY_PRT_CTRL Bit 5R/W 0x1 Master4 4KB boundary protect control bit MASTER4_4KB_BDY_PRT_CTRL Bit 4R/W 0x1 Master4 4KB boundary protect control bit MASTER3_4KB_BDY_PRT_CTRL Bit 3R/W 0x1 Master3 4KB boundary protect control bit MASTER2_4KB_BDY_PRT_CTRL Bit 2R/W 0x1 Master2 4KB boundary protect control bit MASTER1_4KB_BDY_PRT_CTRL Bit 1R/W 0x1 Master1 4KB boundary protect control bit MASTER0_4KB_BDY_PRT_CTRL Bit 0R/W 0x1 Master0 4KB boundary protect control bit Команда U-Boot для чтения регистра md 30f004c 1Bit fields structuretypedef union iommu_4kb_bdy_prt_ctrl_reg { struct { unsigned master0_4kb_bdy_prt_ctrl : 1; unsigned master1_4kb_bdy_prt_ctrl : 1; unsigned master2_4kb_bdy_prt_ctrl : 1; unsigned master3_4kb_bdy_prt_ctrl : 1; unsigned master4_4kb_bdy_prt_ctrl : 1; unsigned master5_4kb_bdy_prt_ctrl : 1; unsigned master6_4kb_bdy_prt_ctrl : 1; unsigned unused0 : 25; } b; unsigned long w; } IOMMU_4KB_BDY_PRT_CTRL_REG |