Home
last modified time | relevance | path

Searched refs:REGION_NUM_OFF (Results 1 – 3 of 3) sorted by relevance

/optee_os/core/drivers/
H A Dtzc400.c104 return io_read32(base + REGION_BASE_LOW_OFF + REGION_NUM_OFF(region)); in tzc_read_region_base_low()
110 io_write32(base + REGION_BASE_LOW_OFF + REGION_NUM_OFF(region), val); in tzc_write_region_base_low()
115 return io_read32(base + REGION_BASE_HIGH_OFF + REGION_NUM_OFF(region)); in tzc_read_region_base_high()
121 io_write32(base + REGION_BASE_HIGH_OFF + REGION_NUM_OFF(region), val); in tzc_write_region_base_high()
126 return io_read32(base + REGION_TOP_LOW_OFF + REGION_NUM_OFF(region)); in tzc_read_region_top_low()
132 io_write32(base + REGION_TOP_LOW_OFF + REGION_NUM_OFF(region), val); in tzc_write_region_top_low()
137 return io_read32(base + REGION_TOP_HIGH_OFF + REGION_NUM_OFF(region)); in tzc_read_region_top_high()
143 io_write32(base + REGION_TOP_HIGH_OFF + REGION_NUM_OFF(region), val); in tzc_write_region_top_high()
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()
[all …]
H A Dopenedges_omc.c33 #define REGION_NUM_OFF(region) (U(0x20) * (region)) macro
109 omc_write64(filter, REGION_BASE_LOW_OFF + REGION_NUM_OFF(region), val); in omc_write_region_base()
114 omc_write64(filter, REGION_TOP_LOW_OFF + REGION_NUM_OFF(region), val); in omc_write_region_top()
120 omc_write32(filter, REGION_ATTRIBUTES_OFF + REGION_NUM_OFF(region), in omc_write_region_attributes()
127 omc_write32(filter, REGION_ID_ACCESS_OFF + REGION_NUM_OFF(region), val); in omc_write_region_id_access()
/optee_os/core/include/drivers/
H A Dtzc400.h93 #define REGION_NUM_OFF(region) (U(0x20) * (region)) macro