Lines Matching defs:tcd
100 struct fsl_edma_hw_tcd tcd;
148 struct fsl_edma_hw_tcd __iomem *tcd;
169 struct fsl_edma_sw_tcd tcd[];
182 /* control and status register is in tcd address space, edma3 reg layout */
233 (sizeof(chan->tcd->__name) == sizeof(u32) ? \
234 edma_readl(chan->edma, &chan->tcd->__name) : \
235 edma_readw(chan->edma, &chan->tcd->__name))
238 (sizeof(chan->tcd->__name) == sizeof(u32) ? \
239 edma_writel(chan->edma, (u32 __force)val, &chan->tcd->__name) : \
240 edma_writew(chan->edma, (u16 __force)val, &chan->tcd->__name))
244 (void __iomem *)&(container_of(chan->tcd, struct fsl_edma3_ch_reg, tcd)->__name))
248 (void __iomem *)&(container_of(chan->tcd, struct fsl_edma3_ch_reg, tcd)->__name))