Searched defs:stm32_spi (Results 1 – 1 of 1) sorted by relevance
197 #define STM32_SPI_HOST_MODE(stm32_spi) (!(stm32_spi)->device_mode) argument198 #define STM32_SPI_DEVICE_MODE(stm32_spi) ((stm32_spi)->device_mode) argument327 struct stm32_spi { struct330 const struct stm32_spi_cfg *cfg; argument331 void __iomem *base;332 struct clk *clk;333 u32 clk_rate;334 spinlock_t lock; /* prevent I/O concurrent access */335 int irq;336 unsigned int fifo_size;[all …]