Home
last modified time | relevance | path

Searched refs:SRAM_SIZE (Results 1 – 11 of 11) sorted by relevance

/openbmc/qemu/tests/tcg/arm/system/
H A Dtest-armv6m-undef.S31 #define SRAM_SIZE (16 * 1024) macro
41 .word SRAM_BASE + SRAM_SIZE /* 0. SP_main */
/openbmc/qemu/include/hw/arm/
H A Dstm32f100_soc.h43 #define SRAM_SIZE (8 * 1024) macro
H A Dmax78000_soc.h27 #define SRAM_SIZE (128 * 1024) macro
H A Dstm32f205_soc.h49 #define SRAM_SIZE (128 * 1024) macro
H A Dstm32f405_soc.h50 #define SRAM_SIZE (128 * 1024) macro
/openbmc/u-boot/include/configs/
H A Diot_devkit.h50 #define SRAM_SIZE SZ_128K macro
/openbmc/qemu/hw/arm/
H A Dstm32f100_soc.c111 memory_region_init_ram(&s->sram, NULL, "STM32F100.sram", SRAM_SIZE, in stm32f100_soc_realize()
H A Dmax78000_soc.c76 memory_region_init_ram(&s->sram, NULL, "MAX78000.sram", SRAM_SIZE, in max78000_soc_realize()
H A Dstm32f205_soc.c124 memory_region_init_ram(&s->sram, NULL, "STM32F205.sram", SRAM_SIZE, in stm32f205_soc_realize()
H A Dstm32f405_soc.c137 memory_region_init_ram(&s->sram, NULL, "STM32F405.sram", SRAM_SIZE, in stm32f405_soc_realize()
/openbmc/u-boot/drivers/ddr/marvell/axp/
H A Dddr3_hw_training.h94 #define SRAM_SIZE 0xFFF macro