Searched defs:pxa2xx_spi_controller (Results 1 – 1 of 1) sorted by relevance
16 struct pxa2xx_spi_controller { struct17 u16 num_chipselect;18 u8 enable_dma;19 u8 dma_burst_size;20 bool is_slave;23 bool (*dma_filter)(struct dma_chan *chan, void *param);24 void *tx_param;25 void *rx_param;49 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_controller *info); argument