Searched refs:fsl_edma_hw_tcd (Results 1 – 4 of 4) sorted by relevance
| /drivers/dma/ |
| A D | fsl-edma-common.h | 91 struct fsl_edma_hw_tcd { struct 129 struct fsl_edma_hw_tcd tcd; 287 edma_read_tcdreg_c(chan, ((struct fsl_edma_hw_tcd __iomem *)chan->tcd), __name) \ 301 struct fsl_edma_hw_tcd __iomem *tcd_r = (struct fsl_edma_hw_tcd __iomem *)chan->tcd; \ 312 struct fsl_edma_hw_tcd __iomem *tcd_r = (struct fsl_edma_hw_tcd __iomem *)chan->tcd; \ 314 struct fsl_edma_hw_tcd *tcd_m = (struct fsl_edma_hw_tcd *)__tcd; \ 334 (((struct fsl_edma_hw_tcd *)_tcd)->_field)) 346 fsl_edma_le_to_cpu(((struct fsl_edma_hw_tcd *)_tcd)->_field)) 360 fsl_edma_set_tcd_to_le_c((struct fsl_edma_hw_tcd *)_tcd, _val, _field); \
|
| A D | fsl-edma-main.c | 545 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd), 553 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd), 560 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd),
|
| A D | mcf-edma-main.c | 202 + i * sizeof(struct fsl_edma_hw_tcd); in mcf_edma_probe()
|
| A D | fsl-edma-common.c | 477 struct fsl_edma_hw_tcd *tcd, dma_addr_t src, dma_addr_t dst, in fsl_edma_fill_tcd() 831 sizeof(struct fsl_edma_hw_tcd64) : sizeof(struct fsl_edma_hw_tcd), in fsl_edma_alloc_chan_resources()
|
Completed in 10 milliseconds