Searched refs:fsl_edma_engine (Results 1 – 5 of 5) sorted by relevance
| /linux-6.15/drivers/dma/ |
| H A D | fsl-edma-trace.h | 16 TP_PROTO(struct fsl_edma_engine *edma, void __iomem *addr, u32 value), 19 __field(struct fsl_edma_engine *, edma) 33 TP_PROTO(struct fsl_edma_engine *edma, void __iomem *addr, u32 value), 38 TP_PROTO(struct fsl_edma_engine *edma, void __iomem *addr, u32 value), 43 TP_PROTO(struct fsl_edma_engine *edma, void __iomem *addr, u32 value), 48 TP_PROTO(struct fsl_edma_engine *edma, void __iomem *addr, u32 value), 53 TP_PROTO(struct fsl_edma_engine *edma, void __iomem *addr, u32 value), 58 TP_PROTO(struct fsl_edma_engine *edma, void __iomem *addr, u32 value),
|
| H A D | fsl-edma-main.c | 36 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_tx_handler() 79 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma3_or_tx_handler() 106 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma3_or_err_handler() 132 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_err_handler() 177 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma_xlate() 220 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma3_xlate() 333 struct fsl_edma_engine *fsl_edma) in fsl_edma3_or_irq_init() 377 struct fsl_edma_engine *fsl_edma) in fsl_edma2_irq_init() 602 struct fsl_edma_engine *fsl_edma; in fsl_edma_probe() 819 struct fsl_edma_engine *fsl_edma = dev_get_drvdata(dev); in fsl_edma_suspend_late() [all …]
|
| H A D | fsl-edma-common.h | 155 struct fsl_edma_engine *edma; 233 struct fsl_edma_engine *fsl_edma); 236 struct fsl_edma_engine { struct 354 static inline u64 edma_readq(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readq() 372 static inline u32 edma_readl(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readl() 386 static inline u16 edma_readw(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readw() 400 static inline void edma_writeb(struct fsl_edma_engine *edma, in edma_writeb() 412 static inline void edma_writew(struct fsl_edma_engine *edma, in edma_writew() 424 static inline void edma_writel(struct fsl_edma_engine *edma, in edma_writel() 435 static inline void edma_writeq(struct fsl_edma_engine *edma, in edma_writeq() [all …]
|
| H A D | mcf-edma-main.c | 19 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() 74 struct fsl_edma_engine *mcf_edma) in mcf_edma_irq_init() 119 struct fsl_edma_engine *mcf_edma) in mcf_edma_irq_free() 155 struct fsl_edma_engine *mcf_edma; in mcf_edma_probe() 258 struct fsl_edma_engine *mcf_edma = platform_get_drvdata(pdev); in mcf_edma_remove()
|
| H A D | fsl-edma-common.c | 850 struct fsl_edma_engine *edma = fsl_chan->edma; in fsl_edma_free_chan_resources() 895 void fsl_edma_setup_regs(struct fsl_edma_engine *edma) in fsl_edma_setup_regs()
|