Home
last modified time | relevance | path

Searched refs:SRAM_BASE_ADDRESS (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/include/hw/arm/
H A Dstm32f100_soc.h42 #define SRAM_BASE_ADDRESS 0x20000000 macro
H A Dstm32f205_soc.h48 #define SRAM_BASE_ADDRESS 0x20000000 macro
H A Dstm32f405_soc.h49 #define SRAM_BASE_ADDRESS 0x20000000 macro
/openbmc/qemu/hw/arm/
H A Dmsf2-soc.c41 #define SRAM_BASE_ADDRESS 0x20000000 macro
133 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in m2sxxx_soc_realize()
H A Dstm32f100_soc.c113 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f100_soc_realize()
H A Dstm32f205_soc.c126 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f205_soc_realize()
H A Dstm32f405_soc.c143 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f405_soc_realize()