Home
last modified time | relevance | path

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

/qemu/include/hw/arm/
H A Dstm32f100_soc.h40 #define FLASH_BASE_ADDRESS 0x08000000 macro
H A Dstm32f205_soc.h46 #define FLASH_BASE_ADDRESS 0x08000000 macro
H A Dstm32f405_soc.h46 #define FLASH_BASE_ADDRESS 0x08000000 macro
/qemu/hw/arm/
H A Dstm32l4x5_soc.c36 #define FLASH_BASE_ADDRESS 0x08000000 macro
184 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32l4x5_soc_realize()
H A Dstm32f100_soc.c107 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32f100_soc_realize()
H A Dstm32f205_soc.c121 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32f205_soc_realize()
H A Dstm32f405_soc.c131 memory_region_add_subregion(system_memory, FLASH_BASE_ADDRESS, &s->flash); in stm32f405_soc_realize()