Home
last modified time | relevance | path

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

/optee_os/core/arch/arm/plat-marvell/armada3700/
H A Dhal_sec_perf.c37 #define MCU_BASE 0xD0000000 macro
38 #define MCU_MC_CONTROL_0_REG PHY_2_VIR(MCU_BASE + 0x044)
41 #define MCU_TZ_RANGE_HIGH_REG(x) PHY_2_VIR(MCU_BASE + 0x84 + ((x) << 3))
42 #define MCU_TZ_RANGE_LOW_REG(x) PHY_2_VIR(MCU_BASE + 0x80 + ((x) << 3))
135 register_phys_mem_pgdir(MEM_AREA_IO_SEC, MCU_BASE, CORE_MMU_PGDIR_SIZE);
/optee_os/core/arch/arm/plat-marvell/armada7k8k/
H A Dhal_sec_perf.c37 #define MCU_MC_CONTROL_0_REG PHY_2_VIR(MCU_BASE + 0x044)
40 #define MCU_TZ_RANGE_HIGH_REG(x) PHY_2_VIR(MCU_BASE + 0x84 + ((x) << 3))
41 #define MCU_TZ_RANGE_LOW_REG(x) PHY_2_VIR(MCU_BASE + 0x80 + ((x) << 3))
136 register_phys_mem_pgdir(MEM_AREA_IO_SEC, MCU_BASE, CORE_MMU_PGDIR_SIZE);
/optee_os/core/arch/arm/plat-marvell/
H A Dplatform_config.h76 #define MCU_BASE 0xF0020000 macro