Searched refs:SRAM_SIZE (Results 1 – 20 of 20) sorted by relevance
13 default 1000 if (SRAM_SIZE <= 24)14 default 2000 if (SRAM_SIZE <= 32)15 default 3000 if (SRAM_SIZE <= 48)16 default 5000 if (SRAM_SIZE <= 64)17 default 7000 if (SRAM_SIZE <= 96)
19 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
18 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
13 #define SRAM_SIZE DT_REG_SIZE(DT_NODELABEL(sram0)) macro14 #define SRAM_END (SRAM_START + SRAM_SIZE)
9 #define SRAM_SIZE DT_REG_SIZE(DT_NODELABEL(sram0)) macro14 sram (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE
15 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
20 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
22 #define SRAM_SIZE DT_REG_SIZE(DT_NODELABEL(ddr0)) macro
33 #define SRAM_SIZE DT_REG_SIZE(DT_CHOSEN(zephyr_sram)) macro
41 config SRAM_SIZE config
45 config SRAM_SIZE config
65 SRAM (rwx) : ORIGIN = SRAM_START, LENGTH = SRAM_SIZE316 __arc_rw_sram_size = SRAM_START + SRAM_SIZE - _image_ram_start;
72 default SYS_HEAP_SMALL_ONLY if (SRAM_SIZE <= 256)
250 default SRAM_SIZE
214 config SRAM_SIZE config