Searched defs:stm32_spi (Results 1 – 1 of 1) sorted by relevance
175 #define STM32_SPI_MASTER_MODE(stm32_spi) (!(stm32_spi)->device_mode) argument176 #define STM32_SPI_DEVICE_MODE(stm32_spi) ((stm32_spi)->device_mode) argument295 struct stm32_spi { struct298 const struct stm32_spi_cfg *cfg; argument299 void __iomem *base;300 struct clk *clk;301 u32 clk_rate;302 spinlock_t lock; /* prevent I/O concurrent access */326 static const struct stm32_spi_regspec stm32f4_spi_regspec = { argument