Home
last modified time | relevance | path

Searched defs:stm32_spi_cfg (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/spi/
H A Dspi-stm32.c244 struct stm32_spi_cfg { struct
245 const struct stm32_spi_regspec *regs;
248 void (*disable)(struct stm32_spi *spi);
249 int (*config)(struct stm32_spi *spi);
255 void (*dma_rx_cb)(void *data);
256 void (*dma_tx_cb)(void *data);
260 unsigned int baud_rate_div_min;
261 unsigned int baud_rate_div_max;
262 bool has_fifo;
263 bool has_device_mode;
[all …]