Searched defs:dw_dma_chan (Results 1 – 1 of 1) sorted by relevance
221 struct dw_dma_chan { struct222 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 …]