Searched defs:pxa2xx_spi_controller (Results 1 – 1 of 1) sorted by relevance
18 struct pxa2xx_spi_controller { struct19 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