Lines Matching defs:fsl_edma_engine
236 struct fsl_edma_engine { struct
237 struct dma_device dma_dev;
238 void __iomem *membase;
239 void __iomem *muxbase[DMAMUX_NR];
240 struct clk *muxclk[DMAMUX_NR];
241 struct clk *dmaclk;
242 struct mutex fsl_edma_mutex;
243 const struct fsl_edma_drvdata *drvdata;
244 u32 n_chans;
245 int txirq;
246 int txirq_16_31;
247 int errirq;
248 bool big_endian;
249 struct edma_regs regs;
250 u64 chan_masked;