Searched refs:SRAM_BASE_ADDRESS (Results 1 – 9 of 9) sorted by relevance
| /openbmc/qemu/include/hw/arm/ |
| H A D | stm32f100_soc.h | 42 #define SRAM_BASE_ADDRESS 0x20000000 macro
|
| H A D | max78000_soc.h | 26 #define SRAM_BASE_ADDRESS 0x20000000 macro
|
| H A D | stm32f205_soc.h | 48 #define SRAM_BASE_ADDRESS 0x20000000 macro
|
| H A D | stm32f405_soc.h | 49 #define SRAM_BASE_ADDRESS 0x20000000 macro
|
| /openbmc/qemu/hw/arm/ |
| H A D | msf2-soc.c | 41 #define SRAM_BASE_ADDRESS 0x20000000 macro 133 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in m2sxxx_soc_realize()
|
| H A D | stm32f100_soc.c | 113 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f100_soc_realize()
|
| H A D | max78000_soc.c | 87 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in max78000_soc_realize()
|
| H A D | stm32f205_soc.c | 126 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f205_soc_realize()
|
| H A D | stm32f405_soc.c | 143 memory_region_add_subregion(system_memory, SRAM_BASE_ADDRESS, &s->sram); in stm32f405_soc_realize()
|