Home
last modified time | relevance | path

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

/kernel/linux/linux-4.19/drivers/spi/
Dspi-omap2-mcspi.c101 struct omap2_mcspi_dma { struct
102 struct dma_chan *dma_tx;
103 struct dma_chan *dma_rx;
105 struct completion dma_tx_completion;
106 struct completion dma_rx_completion;
108 char dma_rx_ch_name[14];
109 char dma_tx_ch_name[14];
/kernel/linux/linux-5.10/drivers/spi/
Dspi-omap2-mcspi.c91 struct omap2_mcspi_dma { struct
92 struct dma_chan *dma_tx;
93 struct dma_chan *dma_rx;
95 struct completion dma_tx_completion;
96 struct completion dma_rx_completion;
98 char dma_rx_ch_name[14];
99 char dma_tx_ch_name[14];