Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/dma/dw/
Dregs.h221 struct dw_dma_chan { struct
222 struct dma_chan chan;
223 void __iomem *ch_regs;
224 u8 mask;
225 u8 priority;
226 enum dma_transfer_direction direction;
227 bool paused;
228 bool initialized;
231 struct list_head *tx_node_active;
233 spinlock_t lock;
[all …]