Home
last modified time | relevance | path

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

/linux-4.1.27/include/linux/spi/
Dpxa2xx_spi.h25 struct pxa2xx_spi_master { struct
26 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