Home
last modified time | relevance | path

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

/rk3399_ARM-atf/plat/renesas/rcar_gen5/include/
H A Drcar_def.h26 #define DEVICE_SRAM_BASE UL(0xE9042000) macro
28 #define DEVICE_SRAM_DATA_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
H A Dplat.ld.S14 SRAM (rwx): ORIGIN = DEVICE_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE
/rk3399_ARM-atf/plat/renesas/rcar_gen4/include/
H A Drcar_def.h24 #define DEVICE_SRAM_BASE UL(0xE6342000) macro
26 #define DEVICE_SRAM_DATA_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
H A Dplat.ld.S14 SRAM (rwx): ORIGIN = DEVICE_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE
/rk3399_ARM-atf/plat/renesas/common/include/
H A Dplatform_def.h139 #define BL31_SRAM_BASE (DEVICE_SRAM_BASE)
140 #define BL31_SRAM_LIMIT (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
H A Drcar_def.h27 #define DEVICE_SRAM_BASE U(0xE6300000) macro
29 #define DEVICE_SRAM_STACK_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
/rk3399_ARM-atf/plat/renesas/rcar_gen4/aarch64/
H A Dplatform_common.c46 #define MAP_SRAM MAP_REGION_FLAT(DEVICE_SRAM_BASE, \
/rk3399_ARM-atf/plat/renesas/rcar_gen5/aarch64/
H A Dplatform_common.c51 MAP_REGION_FLAT(DEVICE_SRAM_BASE, DEVICE_SRAM_SIZE, \
/rk3399_ARM-atf/plat/renesas/common/aarch64/
H A Dplatform_common.c59 #define MAP_SRAM MAP_REGION_FLAT(DEVICE_SRAM_BASE, \
/rk3399_ARM-atf/drivers/renesas/rcar_gen4/pwrc/
H A Dpwrc.c453 .base = (uintptr_t) DEVICE_SRAM_BASE, in rcar_pwrc_code_copy_to_system_ram()
/rk3399_ARM-atf/drivers/renesas/common/pwrc/
H A Dpwrc.c745 .base = (uintptr_t) DEVICE_SRAM_BASE, in rcar_pwrc_code_copy_to_system_ram()