Searched refs:DRAM_SIZE (Results 1 – 5 of 5) sorted by relevance
18 #define DRAM_SIZE 0x10000 macro
21 #define DRAM_SIZE 0x80000 macro
19 #define DRAM_SIZE DT_REG_SIZE(DT_NODELABEL(dram0)) macro20 #define DRAM_END (DRAM_START + DRAM_SIZE)
11 #define DRAM_SIZE DT_REG_SIZE(DT_NODELABEL(dram0)) macro15 dram (rwx) : ORIGIN = DRAM_START, LENGTH = DRAM_SIZE
80 len = DRAM_SIZE433 _heap_sentry = DRAM_BASE + DRAM_SIZE - 0x1000;434 __stack = DRAM_BASE + DRAM_SIZE - 0x1000;