Searched refs:mcf_edma (Results 1 - 2 of 2) sorted by relevance

/linux-master/drivers/dma/
H A Dmcf-edma-main.c19 struct fsl_edma_engine *mcf_edma = dev_id; local
20 struct edma_regs *regs = &mcf_edma->regs;
30 for (ch = 0; ch < mcf_edma->n_chans; ch++) {
33 fsl_edma_tx_chan_handler(&mcf_edma->chans[ch]);
42 struct fsl_edma_engine *mcf_edma = dev_id; local
43 struct edma_regs *regs = &mcf_edma->regs;
52 fsl_edma_disable_request(&mcf_edma->chans[ch]);
54 fsl_edma_err_chan_handler(&mcf_edma->chans[ch]);
64 fsl_edma_disable_request(&mcf_edma->chans[ch]);
66 mcf_edma
74 mcf_edma_irq_init(struct platform_device *pdev, struct fsl_edma_engine *mcf_edma) argument
119 mcf_edma_irq_free(struct platform_device *pdev, struct fsl_edma_engine *mcf_edma) argument
156 struct fsl_edma_engine *mcf_edma; local
260 struct fsl_edma_engine *mcf_edma = platform_get_drvdata(pdev); local
[all...]
/linux-master/arch/m68k/coldfire/
H A Ddevice.c544 static struct platform_device mcf_edma = { variable in typeref:struct:platform_device
655 &mcf_edma,

Completed in 156 milliseconds