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/rcar/include/
Dplatform_def.h135 #define BL31_SRAM_BASE (DEVICE_SRAM_BASE)
136 #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/rcar/aarch64/
Dplatform_common.c53 #define MAP_SRAM MAP_REGION_FLAT(DEVICE_SRAM_BASE, \
/external/arm-trusted-firmware/drivers/renesas/rcar/pwrc/
Dpwrc.c732 .base = (uintptr_t) DEVICE_SRAM_BASE, in rcar_pwrc_code_copy_to_system_ram()