Lines Matching defs:fsl_dspi_dma
197 struct fsl_dspi_dma { struct
198 u32 *tx_dma_buf;
199 struct dma_chan *chan_tx;
200 dma_addr_t tx_dma_phys;
201 struct completion cmd_tx_complete;
202 struct dma_async_tx_descriptor *tx_desc;
204 u32 *rx_dma_buf;
205 struct dma_chan *chan_rx;
206 dma_addr_t rx_dma_phys;
207 struct completion cmd_rx_complete;
208 struct dma_async_tx_descriptor *rx_desc;