Home
last modified time | relevance | path

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

/drivers/spi/
Dspi-fsl-dspi.c156 struct fsl_dspi_dma { struct
158 u32 curr_xfer_len;
160 u32 *tx_dma_buf;
161 struct dma_chan *chan_tx;
162 dma_addr_t tx_dma_phys;
163 struct completion cmd_tx_complete;
164 struct dma_async_tx_descriptor *tx_desc;
166 u32 *rx_dma_buf;
167 struct dma_chan *chan_rx;
168 dma_addr_t rx_dma_phys;
[all …]