Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/dma/
Dfsl-edma-common.h137 struct fsl_edma_engine *edma;
210 struct fsl_edma_engine *fsl_edma);
213 struct fsl_edma_engine { struct
255 static inline u32 edma_readl(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readl()
263 static inline u16 edma_readw(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readw()
271 static inline void edma_writeb(struct fsl_edma_engine *edma, in edma_writeb()
281 static inline void edma_writew(struct fsl_edma_engine *edma, in edma_writew()
291 static inline void edma_writel(struct fsl_edma_engine *edma, in edma_writel()
349 void fsl_edma_setup_regs(struct fsl_edma_engine *edma);
Dfsl-edma-main.c39 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_tx_handler()
74 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_err_handler()
103 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma_xlate()
136 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma3_xlate()
181 fsl_edma_irq_init(struct platform_device *pdev, struct fsl_edma_engine *fsl_edma) in fsl_edma_irq_init()
221 static int fsl_edma3_irq_init(struct platform_device *pdev, struct fsl_edma_engine *fsl_edma) in fsl_edma3_irq_init()
254 struct fsl_edma_engine *fsl_edma) in fsl_edma2_irq_init()
296 struct platform_device *pdev, struct fsl_edma_engine *fsl_edma) in fsl_edma_irq_exit()
306 static void fsl_disable_clocks(struct fsl_edma_engine *fsl_edma, int nr_clocks) in fsl_disable_clocks()
378 static int fsl_edma3_attach_pd(struct platform_device *pdev, struct fsl_edma_engine *fsl_edma) in fsl_edma3_attach_pd()
[all …]
Dmcf-edma-main.c19 struct fsl_edma_engine *mcf_edma = dev_id; in mcf_edma_tx_handler()
42 struct fsl_edma_engine *mcf_edma = dev_id; in mcf_edma_err_handler()
75 struct fsl_edma_engine *mcf_edma) in mcf_edma_irq_init()
120 struct fsl_edma_engine *mcf_edma) in mcf_edma_irq_free()
156 struct fsl_edma_engine *mcf_edma; in mcf_edma_probe()
260 struct fsl_edma_engine *mcf_edma = platform_get_drvdata(pdev); in mcf_edma_remove()
Dfsl-edma-common.c814 struct fsl_edma_engine *edma = fsl_chan->edma; in fsl_edma_free_chan_resources()
852 void fsl_edma_setup_regs(struct fsl_edma_engine *edma) in fsl_edma_setup_regs()