Lines Matching refs:mpc_dma_tcd
142 struct __attribute__ ((__packed__)) mpc_dma_tcd { struct
196 struct mpc_dma_tcd *tcd; argument
210 struct mpc_dma_tcd *tcd;
228 struct mpc_dma_tcd __iomem *tcd;
307 memcpy_toio(&mdma->tcd[cid], first->tcd, sizeof(struct mpc_dma_tcd)); in mpc_dma_execute()
504 struct mpc_dma_tcd *tcd; in mpc_dma_alloc_chan_resources()
512 MPC_DMA_DESCRIPTORS * sizeof(struct mpc_dma_tcd), in mpc_dma_alloc_chan_resources()
531 mdesc->tcd_paddr = tcd_paddr + (i * sizeof(struct mpc_dma_tcd)); in mpc_dma_alloc_chan_resources()
539 MPC_DMA_DESCRIPTORS * sizeof(struct mpc_dma_tcd), in mpc_dma_alloc_chan_resources()
562 struct mpc_dma_tcd *tcd; in mpc_dma_free_chan_resources()
584 MPC_DMA_DESCRIPTORS * sizeof(struct mpc_dma_tcd), in mpc_dma_free_chan_resources()
620 struct mpc_dma_tcd *tcd; in mpc_dma_prep_memcpy()
643 memset(tcd, 0, sizeof(struct mpc_dma_tcd)); in mpc_dma_prep_memcpy()
697 struct mpc_dma_tcd *tcd; in mpc_dma_prep_slave_sg()
743 memset(tcd, 0, sizeof(struct mpc_dma_tcd)); in mpc_dma_prep_slave_sg()
922 mdma->tcd = (struct mpc_dma_tcd *)((u8 *)(mdma->regs) in mpc_dma_probe()