Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/spi/
Dspi-fsl-dspi.c195 struct fsl_dspi_dma { struct
196 u32 *tx_dma_buf;
197 struct dma_chan *chan_tx;
198 dma_addr_t tx_dma_phys;
199 struct completion cmd_tx_complete;
200 struct dma_async_tx_descriptor *tx_desc;
202 u32 *rx_dma_buf;
203 struct dma_chan *chan_rx;
204 dma_addr_t rx_dma_phys;
205 struct completion cmd_rx_complete;
[all …]
/kernel/linux/linux-6.6/drivers/spi/
Dspi-fsl-dspi.c196 struct fsl_dspi_dma { struct
197 u32 *tx_dma_buf;
198 struct dma_chan *chan_tx;
199 dma_addr_t tx_dma_phys;
200 struct completion cmd_tx_complete;
201 struct dma_async_tx_descriptor *tx_desc;
203 u32 *rx_dma_buf;
204 struct dma_chan *chan_rx;
205 dma_addr_t rx_dma_phys;
206 struct completion cmd_rx_complete;
[all …]