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