Searched refs:REGION_ATTRIBUTES_OFF (Results 1 – 5 of 5) sorted by relevance
31 #define REGION_ATTRIBUTES_OFF U(0x1110) macro120 omc_write32(filter, REGION_ATTRIBUTES_OFF + REGION_NUM_OFF(region), in omc_write_region_attributes()
84 return io_read32(base + REGION_ATTRIBUTES_OFF(region)); in tzc_read_region_attributes()90 io_write32(base + REGION_ATTRIBUTES_OFF(region), val); in tzc_write_region_attributes()
148 return io_read32(base + REGION_ATTRIBUTES_OFF + REGION_NUM_OFF(region)); in tzc_read_region_attributes()154 io_write32(base + REGION_ATTRIBUTES_OFF + REGION_NUM_OFF(region), val); in tzc_write_region_attributes()
91 #define REGION_ATTRIBUTES_OFF U(0x110) macro
59 #define REGION_ATTRIBUTES_OFF(n) (U(0x108) + (n) * U(0x10)) macro