Searched refs:fsl_edma_hw_tcd (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/dma/ |
H A D | fsl-edma-common.h | 79 struct fsl_edma_hw_tcd { struct 117 struct fsl_edma_hw_tcd tcd; 269 edma_read_tcdreg_c(chan, ((struct fsl_edma_hw_tcd __iomem *)chan->tcd), __name) \ 283 struct fsl_edma_hw_tcd __iomem *tcd_r = (struct fsl_edma_hw_tcd __iomem *)chan->tcd; \ 294 struct fsl_edma_hw_tcd __iomem *tcd_r = (struct fsl_edma_hw_tcd __iomem *)chan->tcd; \ 296 struct fsl_edma_hw_tcd *tcd_m = (struct fsl_edma_hw_tcd *)__tcd; \ 316 (((struct fsl_edma_hw_tcd *)_tcd)->_field)) 328 fsl_edma_le_to_cpu(((struct fsl_edma_hw_tcd *)_tcd)->_field)) 342 fsl_edma_set_tcd_to_le_c((struct fsl_edma_hw_tcd *)_tcd, _val, _field); \
|
H A D | fsl-edma-main.c | 442 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd), 450 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd), 457 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd),
|
H A D | fsl-edma-common.c | 431 * TCD parameters are stored in struct fsl_edma_hw_tcd in little in fsl_edma_set_tcd_regs() 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_free_chan_resources()
|