Searched refs:SRAM_SIZE (Results 1 – 10 of 10) sorted by relevance
26 #define SRAM_SIZE 0x200000 macro126 SRAM_SIZE, \
12 SRAM (rwx): ORIGIN = SRAM_BASE, LENGTH = SRAM_SIZE
37 #define SRAM_SIZE 0x00012000 macro
300 memset((void *)SRAM_BASE, 0, SRAM_SIZE); in bl2_platform_setup()315 clean_dcache_range(SRAM_BASE, SRAM_SIZE); in bl2_platform_setup()
86 ((SRAM_BASE + SRAM_SIZE) >= in bl1_platform_setup()
48 #define SRAM_SIZE SIZE_K(64) macro
36 SRAM_SIZE, \
80 #define SRAM_SIZE SIZE_K(192) macro
33 MAP_REGION_FLAT(SRAM_BASE, SRAM_SIZE,
Completed in 10 milliseconds