Home
last modified time | relevance | path

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

/linux-6.15/drivers/spi/
H A Dspi-topcliff-pch.c105 struct pch_spi_dma_ctrl { struct
106 struct pci_dev *dma_dev;
111 struct dma_chan *chan_tx;
112 struct dma_chan *chan_rx;
115 struct scatterlist sg_tx;
116 struct scatterlist sg_rx;
117 int nent;
118 void *tx_buf_virt;
119 void *rx_buf_virt;
120 dma_addr_t tx_buf_dma;
[all …]