Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/spi/
Dspi-fsl-dspi.c170 struct fsl_dspi_dma { struct
172 u32 curr_xfer_len;
174 u32 *tx_dma_buf;
175 struct dma_chan *chan_tx;
176 dma_addr_t tx_dma_phys;
177 struct completion cmd_tx_complete;
178 struct dma_async_tx_descriptor *tx_desc;
180 u32 *rx_dma_buf;
181 struct dma_chan *chan_rx;
182 dma_addr_t rx_dma_phys;
[all …]