Lines Matching refs:mpc_dma_tcd
132 struct __attribute__ ((__packed__)) mpc_dma_tcd { struct
186 struct mpc_dma_tcd *tcd; argument
200 struct mpc_dma_tcd *tcd;
220 struct mpc_dma_tcd __iomem *tcd;
300 memcpy_toio(&mdma->tcd[cid], first->tcd, sizeof(struct mpc_dma_tcd)); in mpc_dma_execute()
491 struct mpc_dma_tcd *tcd; in mpc_dma_alloc_chan_resources()
499 MPC_DMA_DESCRIPTORS * sizeof(struct mpc_dma_tcd), in mpc_dma_alloc_chan_resources()
518 mdesc->tcd_paddr = tcd_paddr + (i * sizeof(struct mpc_dma_tcd)); in mpc_dma_alloc_chan_resources()
526 MPC_DMA_DESCRIPTORS * sizeof(struct mpc_dma_tcd), in mpc_dma_alloc_chan_resources()
549 struct mpc_dma_tcd *tcd; in mpc_dma_free_chan_resources()
571 MPC_DMA_DESCRIPTORS * sizeof(struct mpc_dma_tcd), in mpc_dma_free_chan_resources()
607 struct mpc_dma_tcd *tcd; in mpc_dma_prep_memcpy()
630 memset(tcd, 0, sizeof(struct mpc_dma_tcd)); in mpc_dma_prep_memcpy()
693 struct mpc_dma_tcd *tcd; in mpc_dma_prep_slave_sg()
739 memset(tcd, 0, sizeof(struct mpc_dma_tcd)); in mpc_dma_prep_slave_sg()
954 mdma->tcd = (struct mpc_dma_tcd *)((u8 *)(mdma->regs) in mpc_dma_probe()