Searched refs:DEVICE_SRAM_BASE (Results 1 – 4 of 4) sorted by relevance
135 #define BL31_SRAM_BASE (DEVICE_SRAM_BASE)136 #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)
53 #define MAP_SRAM MAP_REGION_FLAT(DEVICE_SRAM_BASE, \
732 .base = (uintptr_t) DEVICE_SRAM_BASE, in rcar_pwrc_code_copy_to_system_ram()