Searched refs:SG_handle (Results 1 – 3 of 3) sorted by relevance
94 if (itv->udma.SG_handle == 0) { in ivtv_udma_alloc()96 itv->udma.SG_handle = pci_map_single(itv->pdev, itv->udma.SGarray, in ivtv_udma_alloc()197 if (itv->udma.SG_handle) { in ivtv_udma_free()198 pci_unmap_single(itv->pdev, itv->udma.SG_handle, in ivtv_udma_free()216 write_reg(itv->udma.SG_handle, IVTV_REG_DECDMAADDR); in ivtv_udma_start()
38 pci_dma_sync_single_for_device(itv->pdev, itv->udma.SG_handle, in ivtv_udma_sync_for_device()44 pci_dma_sync_single_for_cpu(itv->pdev, itv->udma.SG_handle, in ivtv_udma_sync_for_cpu()
292 dma_addr_t SG_handle; member