Home
last modified time | relevance | path

Searched refs:fsl_edma_hw_tcd (Results 1 – 4 of 4) sorted by relevance

/Linux-v6.6/drivers/dma/
Dfsl-edma-common.h76 struct fsl_edma_hw_tcd { struct
99 struct fsl_edma_hw_tcd tcd; argument
128 struct fsl_edma_hw_tcd *vtcd;
147 struct fsl_edma_hw_tcd __iomem *tcd;
Dfsl-edma-main.c318 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd),
326 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd),
333 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd),
Dfsl-edma-common.c430 struct fsl_edma_hw_tcd *tcd) in fsl_edma_set_tcd_regs()
481 struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst, in fsl_edma_fill_tcd()
806 sizeof(struct fsl_edma_hw_tcd), in fsl_edma_alloc_chan_resources()
Dmcf-edma-main.c204 + i * sizeof(struct fsl_edma_hw_tcd); in mcf_edma_probe()