Searched defs:stm32_spi_cfg (Results 1 – 1 of 1) sorted by relevance
278 struct stm32_spi_cfg { struct279 const struct stm32_spi_regspec *regs;280 int (*get_fifo_size)(struct stm32_spi *spi);281 int (*get_bpw_mask)(struct stm32_spi *spi);282 void (*disable)(struct stm32_spi *spi);283 int (*config)(struct stm32_spi *spi);284 void (*set_bpw)(struct stm32_spi *spi);285 int (*set_mode)(struct stm32_spi *spi, unsigned int comm_type);286 void (*set_data_idleness)(struct stm32_spi *spi, struct spi_transfer *xfer);287 int (*set_number_of_data)(struct stm32_spi *spi, u32 length);[all …]