Lines Matching defs:fsl_dspi_dma
174 struct fsl_dspi_dma { struct
176 u32 curr_xfer_len;
178 u32 *tx_dma_buf;
179 struct dma_chan *chan_tx;
180 dma_addr_t tx_dma_phys;
181 struct completion cmd_tx_complete;
182 struct dma_async_tx_descriptor *tx_desc;
184 u32 *rx_dma_buf;
185 struct dma_chan *chan_rx;
186 dma_addr_t rx_dma_phys;
187 struct completion cmd_rx_complete;
188 struct dma_async_tx_descriptor *rx_desc;