Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/qti/accesscontrol/vmidmt/
H A Dvmidmt_hal.c254 VMIDMT_OUTMI(info->base_addr, S2VRn, new_idx, s2vr_msk, src_val); in swap_context()
283 VMIDMT_OUTMI(info->base_addr, S2VRn, ctx_idx, s2vr_mask, 0); in erase_context()
365 VMIDMT_OUTMI(info->base_addr, S2VRn, index, VMIDMT_RMSK(S2VRn), in configure_context()
422 VMIDMT_OUTMI(p->base_addr, SSDRn, i, ~status[i], status[i]); in vmidmt_hal_config_ssdt()
584 VMIDMT_OUTMI(info->base_addr, SSDRn, ssd_index, bit_mask, desired); in update_ssdrn()
H A Dvmidmt_hal_hwio.h973 #define VMIDMT_OUTMI(base, regsym, index, mask, val) \ macro
992 VMIDMT_OUTMI(base, regsym, index, VMIDMT_FMSK(regsym, field), \