Home
last modified time | relevance | path

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

/drivers/dma/
Dep93xx_dma.c163 struct ep93xx_dma_chan { struct
164 struct dma_chan chan;
165 const struct ep93xx_dma_engine *edma;
166 void __iomem *regs;
167 int irq;
168 struct clk *clk;
169 struct tasklet_struct tasklet;
171 spinlock_t lock;
172 unsigned long flags;
176 int buffer;
[all …]