Lines Matching defs:fsl_edma_engine
213 struct fsl_edma_engine { struct
214 struct dma_device dma_dev;
215 void __iomem *membase;
216 void __iomem *muxbase[DMAMUX_NR];
217 struct clk *muxclk[DMAMUX_NR];
218 struct clk *dmaclk;
219 struct clk *chclk;
220 struct mutex fsl_edma_mutex;
221 const struct fsl_edma_drvdata *drvdata;
222 u32 n_chans;
223 int txirq;
224 int errirq;
225 bool big_endian;
226 struct edma_regs regs;
227 u64 chan_masked;
228 struct fsl_edma_chan chans[];