Home
last modified time | relevance | path

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

/linux-5.19.10/drivers/spi/
Dspi-topcliff-pch.c105 struct pch_spi_dma_ctrl { struct
106 struct pci_dev *dma_dev;
107 struct dma_async_tx_descriptor *desc_tx;
108 struct dma_async_tx_descriptor *desc_rx;
109 struct pch_dma_slave param_tx;
110 struct pch_dma_slave param_rx;
111 struct dma_chan *chan_tx;
112 struct dma_chan *chan_rx;
113 struct scatterlist *sg_tx_p;
114 struct scatterlist *sg_rx_p;
[all …]