Home
last modified time | relevance | path

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

/linux-6.3-rc2/include/linux/spi/
A Dpxa2xx_spi.h18 struct pxa2xx_spi_controller { struct
19 u16 num_chipselect;
20 u8 enable_dma;
21 u8 dma_burst_size;
22 bool is_slave;
25 bool (*dma_filter)(struct dma_chan *chan, void *param);
26 void *tx_param;
27 void *rx_param;
51 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info); argument

Completed in 3 milliseconds