Lines Matching refs:tcd_paddr
197 dma_addr_t tcd_paddr; member
211 dma_addr_t tcd_paddr; member
297 prev->tcd->dlast_sga = mdesc->tcd_paddr; in mpc_dma_execute()
505 dma_addr_t tcd_paddr; in mpc_dma_alloc_chan_resources() local
513 &tcd_paddr, GFP_KERNEL); in mpc_dma_alloc_chan_resources()
531 mdesc->tcd_paddr = tcd_paddr + (i * sizeof(struct mpc_dma_tcd)); in mpc_dma_alloc_chan_resources()
540 tcd, tcd_paddr); in mpc_dma_alloc_chan_resources()
546 mchan->tcd_paddr = tcd_paddr; in mpc_dma_alloc_chan_resources()
563 dma_addr_t tcd_paddr; in mpc_dma_free_chan_resources() local
578 tcd_paddr = mchan->tcd_paddr; in mpc_dma_free_chan_resources()
585 tcd, tcd_paddr); in mpc_dma_free_chan_resources()