Home
last modified time | relevance | path

Searched refs:PLAT_FVP_SMMUV3_BASE (Results 1 – 5 of 5) sorted by relevance

/rk3399_ARM-atf/plat/arm/board/fvp/
H A Dfvp_bl31_setup.c80 if (smmuv3_security_init(PLAT_FVP_SMMUV3_BASE) != 0) { in bl31_early_platform_setup2()
88 if (smmuv3_init(PLAT_FVP_SMMUV3_BASE) != 0) { in bl31_early_platform_setup2()
H A Dfvp_drtm_dma_prot.c21 PLAT_FVP_SMMUV3_BASE,
H A Dfvp_bl1_setup.c61 smmuv3_security_init(PLAT_FVP_SMMUV3_BASE); in bl1_platform_setup()
H A Dfvp_common.c53 #define FVP_RMM_SMMU_BASE PLAT_FVP_SMMUV3_BASE
/rk3399_ARM-atf/plat/arm/board/fvp/include/
H A Dplatform_def.h429 #define PLAT_FVP_SMMUV3_BASE UL(0x2b400000) macro