Home
last modified time | relevance | path

Searched refs:STM_NUM_SPIS (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/hw/arm/
H A Dstm32f100_soc.c41 static const uint32_t spi_addr[STM_NUM_SPIS] = { 0x40013000, 0x40003800 };
44 static const int spi_irq[STM_NUM_SPIS] = {35, 36};
58 for (i = 0; i < STM_NUM_SPIS; i++) { in stm32f100_soc_initfn()
142 for (i = 0; i < STM_NUM_SPIS; i++) { in stm32f100_soc_realize()
H A Dstm32f205_soc.c42 static const uint32_t spi_addr[STM_NUM_SPIS] = { 0x40013000, 0x40003800,
48 static const int spi_irq[STM_NUM_SPIS] = {35, 36, 51};
75 for (i = 0; i < STM_NUM_SPIS; i++) { in stm32f205_soc_initfn()
194 for (i = 0; i < STM_NUM_SPIS; i++) { in stm32f205_soc_realize()
H A Dstm32f405_soc.c81 for (i = 0; i < STM_NUM_SPIS; i++) { in stm32f405_soc_initfn()
233 for (i = 0; i < STM_NUM_SPIS; i++) { in stm32f405_soc_realize()
/openbmc/qemu/include/hw/arm/
H A Dstm32f100_soc.h38 #define STM_NUM_SPIS 2 macro
51 STM32F2XXSPIState spi[STM_NUM_SPIS];
H A Dstm32f205_soc.h44 #define STM_NUM_SPIS 3 macro
60 STM32F2XXSPIState spi[STM_NUM_SPIS];
H A Dstm32f405_soc.h45 #define STM_NUM_SPIS 6 macro
66 STM32F2XXSPIState spi[STM_NUM_SPIS];