Searched defs:fsl_dspi_dma (Results 1 – 1 of 1) sorted by relevance
197 struct fsl_dspi_dma { struct198 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;[all …]