Home
last modified time | relevance | path

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

/linux-3.3/drivers/spi/
Dspi-topcliff-pch.c118 struct pch_spi_dma_ctrl { struct
119 struct dma_async_tx_descriptor *desc_tx;
120 struct dma_async_tx_descriptor *desc_rx;
121 struct pch_dma_slave param_tx;
122 struct pch_dma_slave param_rx;
123 struct dma_chan *chan_tx;
124 struct dma_chan *chan_rx;
125 struct scatterlist *sg_tx_p;
126 struct scatterlist *sg_rx_p;
127 struct scatterlist sg_tx;
[all …]