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