Searched refs:SRAM_BASE (Results 1 – 6 of 6) sorted by relevance
10 SRAM (rwx): ORIGIN = SRAM_BASE, LENGTH = SRAM_SIZE16 . = SRAM_BASE;
42 #define SRAM_BASE 0xFFF80000 macro92 #define HIKEY_BL1_MMC_DESC_BASE (SRAM_BASE)
509 assert((HIKEY_BL1_MMC_DESC_BASE >= SRAM_BASE) && in bl1_platform_setup()510 ((SRAM_BASE + SRAM_SIZE) >= in bl1_platform_setup()
456 memset((void *)SRAM_BASE, 0, SRAM_SIZE); in bl2_early_platform_setup()
44 #define MAP_SRAM MAP_REGION_FLAT(SRAM_BASE, \
47 #define SRAM_BASE (MMIO_BASE + 0x078C0000) macro