Home
last modified time | relevance | path

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

/trusted-firmware-a-3.7.0/plat/nvidia/tegra/soc/t186/
Dplat_memctrl.c38 mc_make_sec_cfg(SCEW, NON_SECURE, NO_OVERRIDE, DISABLE),
39 mc_make_sec_cfg(AFIR, NON_SECURE, OVERRIDE, DISABLE),
40 mc_make_sec_cfg(AFIW, NON_SECURE, OVERRIDE, DISABLE),
41 mc_make_sec_cfg(NVDISPLAYR1, NON_SECURE, OVERRIDE, DISABLE),
42 mc_make_sec_cfg(XUSB_DEVR, NON_SECURE, OVERRIDE, ENABLE),
43 mc_make_sec_cfg(VICSRD1, NON_SECURE, NO_OVERRIDE, DISABLE),
44 mc_make_sec_cfg(NVENCSWR, NON_SECURE, NO_OVERRIDE, DISABLE),
45 mc_make_sec_cfg(TSECSRDB, NON_SECURE, NO_OVERRIDE, DISABLE),
46 mc_make_sec_cfg(AXISW, SECURE, NO_OVERRIDE, DISABLE),
47 mc_make_sec_cfg(SDMMCWAB, NON_SECURE, OVERRIDE, DISABLE),
[all …]
/trusted-firmware-a-3.7.0/plat/nvidia/tegra/include/t186/
Dtegra_mc_def.h334 #define mc_make_sec_cfg(off, ns, ovrrd, access) \ macro