Searched defs:fsl_dspi_dma (Results 1 – 1 of 1) sorted by relevance
322 struct fsl_dspi_dma { struct323 u32 *tx_dma_buf;324 struct dma_chan *chan_tx;325 dma_addr_t tx_dma_phys;326 struct completion cmd_tx_complete;327 struct dma_async_tx_descriptor *tx_desc;329 u32 *rx_dma_buf;330 struct dma_chan *chan_rx;331 dma_addr_t rx_dma_phys;332 struct completion cmd_rx_complete;[all …]