Searched refs:fsl_edma_get_tcd_to_cpu (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/dma/ |
H A D | fsl-edma-common.c | 352 nbytes = fsl_edma_get_tcd_to_cpu(fsl_chan, edesc->tcd[i].vtcd, nbytes); in fsl_edma_desc_residue() 355 len += nbytes * fsl_edma_get_tcd_to_cpu(fsl_chan, edesc->tcd[i].vtcd, biter); in fsl_edma_desc_residue() 374 nbytes = fsl_edma_get_tcd_to_cpu(fsl_chan, edesc->tcd[i].vtcd, nbytes); in fsl_edma_desc_residue() 378 size = nbytes * fsl_edma_get_tcd_to_cpu(fsl_chan, edesc->tcd[i].vtcd, biter); in fsl_edma_desc_residue() 381 dma_addr = fsl_edma_get_tcd_to_cpu(fsl_chan, edesc->tcd[i].vtcd, saddr); in fsl_edma_desc_residue() 383 dma_addr = fsl_edma_get_tcd_to_cpu(fsl_chan, edesc->tcd[i].vtcd, daddr); in fsl_edma_desc_residue() 453 csr = fsl_edma_get_tcd_to_cpu(fsl_chan, tcd, csr); in fsl_edma_set_tcd_regs()
|
H A D | fsl-edma-common.h | 321 #define fsl_edma_get_tcd_to_cpu(_chan, _tcd, _field) \ macro
|