Home
last modified time | relevance | path

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

/rk3399_ARM-atf/drivers/qti/accesscontrol/vmidmt/
H A Dvmidmt_hal.h252 enum hal_vmidmt_mem_type_config e_mtcfg; /* memory type config */ member
H A Dvmidmt_hal.c118 if (bus->e_mtcfg < HAL_VMIDMT_MTCFG_DEFAULT) in set_default_config_bus()
119 attrib |= bus->e_mtcfg << VMIDMT_SHFT(CR0, MTCFG); in set_default_config_bus()
314 if (bus->e_mtcfg < HAL_VMIDMT_MTCFG_DEFAULT) in configure_context_bus()
315 s2vr |= bus->e_mtcfg << VMIDMT_SHFT(S2VRn, MTCFG); in configure_context_bus()
H A Dvmidmt.c105 bus_attribs.e_mtcfg = HAL_VMIDMT_MTCFG_MEMATTR; in map_vmid_internal()