Searched defs:imxdma_engine (Results 1 – 1 of 1) sorted by relevance
176 struct imxdma_engine { struct177 struct device *dev;178 struct device_dma_parameters dma_parms;179 struct dma_device dma_device;180 void __iomem *base;181 struct clk *dma_ahb;205 static inline int is_imx1_dma(struct imxdma_engine *imxdma) in is_imx1_dma() argument