Searched refs:fsl_edma_hw_tcd (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | fsl-edma-common.h | 77 struct fsl_edma_hw_tcd { struct 100 struct fsl_edma_hw_tcd tcd; 129 struct fsl_edma_hw_tcd *vtcd; 148 struct fsl_edma_hw_tcd __iomem *tcd;
|
H A D | fsl-edma-main.c | 322 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd), 330 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd), 337 .chreg_space_sz = sizeof(struct fsl_edma_hw_tcd),
|
H A D | fsl-edma-common.c | 430 struct fsl_edma_hw_tcd *tcd) in fsl_edma_set_tcd_regs() 435 * TCD parameters are stored in struct fsl_edma_hw_tcd in little 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()
|
H A D | mcf-edma-main.c | 204 + i * sizeof(struct fsl_edma_hw_tcd); in mcf_edma_probe()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | fsl-edma-common.h | 70 struct fsl_edma_hw_tcd { struct 106 struct fsl_edma_hw_tcd __iomem *tcd; 111 struct fsl_edma_hw_tcd *vtcd;
|
H A D | fsl-edma-common.c | 346 struct fsl_edma_hw_tcd *tcd) in fsl_edma_set_tcd_regs() 353 * TCD parameters are stored in struct fsl_edma_hw_tcd in little in fsl_edma_set_tcd_regs() 380 void fsl_edma_fill_tcd(struct fsl_edma_hw_tcd *tcd, u32 src, u32 dst, in fsl_edma_fill_tcd() 632 sizeof(struct fsl_edma_hw_tcd), in fsl_edma_alloc_chan_resources()
|
Completed in 7 milliseconds