Searched defs:pxa2xx_spi_master (Results 1 – 1 of 1) sorted by relevance
25 struct pxa2xx_spi_master { struct26 u16 num_chipselect;27 u8 enable_dma;30 bool (*dma_filter)(struct dma_chan *chan, void *param);31 void *tx_param;32 void *rx_param;56 extern void pxa2xx_set_spi_info(unsigned id, struct pxa2xx_spi_master *info); argument