Home
last modified time | relevance | path

Searched refs:fsl_edma_engine (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.4/drivers/dma/
Dfsl-edma-common.h120 struct fsl_edma_engine *edma;
151 struct fsl_edma_engine *fsl_edma);
154 struct fsl_edma_engine { struct
176 static inline u32 edma_readl(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readl() argument
184 static inline void edma_writeb(struct fsl_edma_engine *edma, in edma_writeb()
194 static inline void edma_writew(struct fsl_edma_engine *edma, in edma_writew()
204 static inline void edma_writel(struct fsl_edma_engine *edma, in edma_writel()
247 void fsl_edma_setup_regs(struct fsl_edma_engine *edma);
Dfsl-edma.c32 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_tx_handler()
69 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_err_handler()
99 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma_xlate()
130 fsl_edma_irq_init(struct platform_device *pdev, struct fsl_edma_engine *fsl_edma) in fsl_edma_irq_init()
170 struct fsl_edma_engine *fsl_edma) in fsl_edma2_irq_init()
212 struct platform_device *pdev, struct fsl_edma_engine *fsl_edma) in fsl_edma_irq_exit()
222 static void fsl_disable_clocks(struct fsl_edma_engine *fsl_edma, int nr_clocks) in fsl_disable_clocks()
255 struct fsl_edma_engine *fsl_edma; in fsl_edma_probe()
408 struct fsl_edma_engine *fsl_edma = platform_get_drvdata(pdev); in fsl_edma_remove()
421 struct fsl_edma_engine *fsl_edma = dev_get_drvdata(dev); in fsl_edma_suspend_late()
[all …]
Dmcf-edma.c19 struct fsl_edma_engine *mcf_edma = dev_id; in mcf_edma_tx_handler()
60 struct fsl_edma_engine *mcf_edma = dev_id; in mcf_edma_err_handler()
94 struct fsl_edma_engine *mcf_edma) in mcf_edma_irq_init()
139 struct fsl_edma_engine *mcf_edma) in mcf_edma_irq_free()
175 struct fsl_edma_engine *mcf_edma; in mcf_edma_probe()
280 struct fsl_edma_engine *mcf_edma = platform_get_drvdata(pdev); in mcf_edma_remove()
Dfsl-edma-common.c343 struct fsl_edma_engine *edma = fsl_chan->edma; in fsl_edma_set_tcd_regs()
670 void fsl_edma_setup_regs(struct fsl_edma_engine *edma) in fsl_edma_setup_regs()