Home
last modified time | relevance | path

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

/linux/drivers/dma/
H A Dswitchtec_dma.c127 struct switchtec_dma_chan { struct
128 struct switchtec_dma_dev *swdma_dev;
129 struct dma_chan dma_chan;
130 struct chan_hw_regs __iomem *mmio_chan_hw;
131 struct chan_fw_regs __iomem *mmio_chan_fw;
134 spinlock_t hw_ctrl_lock;
136 struct tasklet_struct desc_task;
139 spinlock_t submit_lock;
140 bool ring_active;
141 int cid;
[all …]