Searched refs:fsl_edma_engine (Results 1 – 5 of 5) sorted by relevance
| /drivers/dma/ |
| 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),
|
| A D | fsl-edma-main.c | 36 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_tx_handler() 117 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma3_err_handler_shared() 156 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma3_or_tx_handler() 183 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma3_or_err_handler() 209 struct fsl_edma_engine *fsl_edma = dev_id; in fsl_edma_err_handler() 254 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma_xlate() 297 struct fsl_edma_engine *fsl_edma = ofdma->of_dma_data; in fsl_edma3_xlate() 432 struct fsl_edma_engine *fsl_edma) in fsl_edma3_or_irq_init() 476 struct fsl_edma_engine *fsl_edma) in fsl_edma2_irq_init() 703 struct fsl_edma_engine *fsl_edma; in fsl_edma_probe() [all …]
|
| A D | fsl-edma-common.h | 167 struct fsl_edma_engine *edma; 251 struct fsl_edma_engine *fsl_edma); 254 struct fsl_edma_engine { struct 372 static inline u64 edma_readq(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readq() 390 static inline u32 edma_readl(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readl() 404 static inline u16 edma_readw(struct fsl_edma_engine *edma, void __iomem *addr) in edma_readw() 418 static inline void edma_writeb(struct fsl_edma_engine *edma, in edma_writeb() 430 static inline void edma_writew(struct fsl_edma_engine *edma, in edma_writew() 442 static inline void edma_writel(struct fsl_edma_engine *edma, in edma_writel() 453 static inline void edma_writeq(struct fsl_edma_engine *edma, in edma_writeq() [all …]
|
| 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()
|
| A D | fsl-edma-common.c | 862 struct fsl_edma_engine *edma = fsl_chan->edma; in fsl_edma_free_chan_resources() 909 void fsl_edma_setup_regs(struct fsl_edma_engine *edma) in fsl_edma_setup_regs()
|
Completed in 13 milliseconds