Home
last modified time | relevance | path

Searched refs:VMIDMT_INI (Results 1 – 2 of 2) sorted by relevance

/rk3399_ARM-atf/drivers/qti/accesscontrol/vmidmt/
H A Dvmidmt_hal.c244 src_val = VMIDMT_INI(info->base_addr, SMRn, old_idx); in swap_context()
248 dst_val = VMIDMT_INI(info->base_addr, SMRn, new_idx); in swap_context()
260 src_val = VMIDMT_INI(info->base_addr, AS2VRn, old_idx); in swap_context()
264 dst_val = VMIDMT_INI(info->base_addr, AS2VRn, new_idx); in swap_context()
279 rd_val = VMIDMT_INI(info->base_addr, SMRn, ctx_idx); in erase_context()
291 rd_val = VMIDMT_INI(info->base_addr, AS2VRn, ctx_idx); in erase_context()
378 readback = VMIDMT_INI(info->base_addr, AS2VRn, index); in configure_context()
598 if (VMIDMT_INI(info->base_addr, SMRn, (uint32_t)i) == smr_val) in find_matching_smr()
705 rd_val = VMIDMT_INI(info->base_addr, SMRn, i); in write_smr()
871 rd_val = VMIDMT_INI(info->base_addr, SMRn, smr_index); in vmidmt_hal_config_ctx_ext()
H A Dvmidmt_hal_hwio.h964 #define VMIDMT_INI(base, regsym, index) __vmidmthwio_ini(base, regsym, index) macro