Lines Matching refs:tcd_paddr
187 dma_addr_t tcd_paddr; member
201 dma_addr_t tcd_paddr; member
290 prev->tcd->dlast_sga = mdesc->tcd_paddr; in mpc_dma_execute()
492 dma_addr_t tcd_paddr; in mpc_dma_alloc_chan_resources() local
500 &tcd_paddr, GFP_KERNEL); in mpc_dma_alloc_chan_resources()
518 mdesc->tcd_paddr = tcd_paddr + (i * sizeof(struct mpc_dma_tcd)); in mpc_dma_alloc_chan_resources()
527 tcd, tcd_paddr); in mpc_dma_alloc_chan_resources()
533 mchan->tcd_paddr = tcd_paddr; in mpc_dma_alloc_chan_resources()
550 dma_addr_t tcd_paddr; in mpc_dma_free_chan_resources() local
565 tcd_paddr = mchan->tcd_paddr; in mpc_dma_free_chan_resources()
572 tcd, tcd_paddr); in mpc_dma_free_chan_resources()