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