Lines Matching refs:phys
206 desc->txd.phys = dma_map_single(chan2parent(&dc->chan), &desc->hwdesc, in txx9dmac_desc_alloc()
252 child->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu()
255 desc->txd.phys, ddev->descsize, in txx9dmac_sync_desc_for_cpu()
371 channel64_write_CHAR(dc, first->txd.phys); in txx9dmac_dostart()
392 channel32_writel(dc, CHAR, first->txd.phys); in txx9dmac_dostart()
394 channel32_writel(dc, CHAR, first->txd.phys); in txx9dmac_dostart()
441 desc_write_CHAR(dc, prev, desc->txd.phys); in txx9dmac_dequeue()
443 prev->txd.phys, ddev->descsize, in txx9dmac_dequeue()
785 desc_write_CHAR(dc, prev, desc->txd.phys); in txx9dmac_prep_dma_memcpy()
787 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy()
800 prev->txd.phys, ddev->descsize, in txx9dmac_prep_dma_memcpy()
879 desc_write_CHAR(dc, prev, desc->txd.phys); in txx9dmac_prep_slave_sg()
881 prev->txd.phys, in txx9dmac_prep_slave_sg()
895 prev->txd.phys, ddev->descsize, in txx9dmac_prep_slave_sg()
956 desc_write_CHAR(dc, prev, desc->txd.phys); in txx9dmac_chain_dynamic()
958 prev->txd.phys, ddev->descsize, in txx9dmac_chain_dynamic()
962 channel_read_CHAR(dc) == prev->txd.phys) in txx9dmac_chain_dynamic()
964 channel_write_CHAR(dc, desc->txd.phys); in txx9dmac_chain_dynamic()
1073 dma_unmap_single(chan2parent(chan), desc->txd.phys, in txx9dmac_free_chan_resources()