Searched refs:DEVICE_SRAM_BASE (Results 1 – 11 of 11) sorted by relevance
26 #define DEVICE_SRAM_BASE UL(0xE9042000) macro28 #define DEVICE_SRAM_DATA_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
14 SRAM (rwx): ORIGIN = DEVICE_SRAM_BASE, LENGTH = DEVICE_SRAM_SIZE
24 #define DEVICE_SRAM_BASE UL(0xE6342000) macro26 #define DEVICE_SRAM_DATA_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
139 #define BL31_SRAM_BASE (DEVICE_SRAM_BASE)140 #define BL31_SRAM_LIMIT (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
27 #define DEVICE_SRAM_BASE U(0xE6300000) macro29 #define DEVICE_SRAM_STACK_BASE (DEVICE_SRAM_BASE + DEVICE_SRAM_SIZE)
46 #define MAP_SRAM MAP_REGION_FLAT(DEVICE_SRAM_BASE, \
51 MAP_REGION_FLAT(DEVICE_SRAM_BASE, DEVICE_SRAM_SIZE, \
59 #define MAP_SRAM MAP_REGION_FLAT(DEVICE_SRAM_BASE, \
453 .base = (uintptr_t) DEVICE_SRAM_BASE, in rcar_pwrc_code_copy_to_system_ram()
745 .base = (uintptr_t) DEVICE_SRAM_BASE, in rcar_pwrc_code_copy_to_system_ram()