Lines Matching refs:dma
22 #include <media/videobuf2-dma-sg.h>
330 tw_writel(TW68_DMAP_SA, buf->dma);
416 buf->jmp[1] = cpu_to_le32(buf->dma + 8);
421 prev->jmp[1] = cpu_to_le32(buf->dma);
445 struct sg_table *dma = vb2_dma_sg_plane_desc(vb, 0);
456 ret = tw68_risc_buffer(dev->pci, buf, dma->sgl,
460 ret = tw68_risc_buffer(dev->pci, buf, dma->sgl,
464 ret = tw68_risc_buffer(dev->pci, buf, dma->sgl,
469 ret = tw68_risc_buffer(dev->pci, buf, dma->sgl,
475 ret = tw68_risc_buffer(dev->pci, buf, dma->sgl,
490 dma_free_coherent(&dev->pci->dev, buf->size, buf->cpu, buf->dma);