Home
last modified time | relevance | path

Searched refs:DEVICE_SRAM_BASE (Results 1 – 4 of 4) sorted by relevance

/external/arm-trusted-firmware/plat/renesas/common/include/
Dplatform_def.h139 #define BL31_SRAM_BASE (DEVICE_SRAM_BASE)
140 #define BL31_SRAM_LIMIT (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
Drcar_def.h27 #define DEVICE_SRAM_BASE U(0xE6300000) macro
29 #define DEVICE_SRAM_STACK_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
/external/arm-trusted-firmware/plat/renesas/common/aarch64/
Dplatform_common.c53 #define MAP_SRAM MAP_REGION_FLAT(DEVICE_SRAM_BASE, \
/external/arm-trusted-firmware/drivers/renesas/common/pwrc/
Dpwrc.c738 .base = (uintptr_t) DEVICE_SRAM_BASE, in rcar_pwrc_code_copy_to_system_ram()