sg_dma 373 drivers/media/pci/ivtv/ivtv-driver.h struct ivtv_sg_element *sg_dma; sg_dma 418 drivers/media/pci/ivtv/ivtv-irq.c s->sg_dma->src = cpu_to_le32(s->sg_processing[s->sg_processed].src); sg_dma 419 drivers/media/pci/ivtv/ivtv-irq.c s->sg_dma->dst = cpu_to_le32(s->sg_processing[s->sg_processed].dst); sg_dma 420 drivers/media/pci/ivtv/ivtv-irq.c s->sg_dma->size = cpu_to_le32(s->sg_processing[s->sg_processed].size | 0x80000000); sg_dma 434 drivers/media/pci/ivtv/ivtv-irq.c s->sg_dma->src = cpu_to_le32(s->sg_processing[s->sg_processed].src); sg_dma 435 drivers/media/pci/ivtv/ivtv-irq.c s->sg_dma->dst = cpu_to_le32(s->sg_processing[s->sg_processed].dst); sg_dma 436 drivers/media/pci/ivtv/ivtv-irq.c s->sg_dma->size = cpu_to_le32(s->sg_processing[s->sg_processed].size | 0x80000000); sg_dma 210 drivers/media/pci/ivtv/ivtv-queue.c s->sg_dma = kzalloc(sizeof(struct ivtv_sg_element), sg_dma 212 drivers/media/pci/ivtv/ivtv-queue.c if (s->sg_dma == NULL) { sg_dma 221 drivers/media/pci/ivtv/ivtv-queue.c s->sg_handle = pci_map_single(itv->pdev, s->sg_dma, sg_dma 270 drivers/media/pci/ivtv/ivtv-queue.c if (s->sg_dma != NULL) { sg_dma 278 drivers/media/pci/ivtv/ivtv-queue.c kfree(s->sg_dma); sg_dma 281 drivers/media/pci/ivtv/ivtv-queue.c s->sg_dma = NULL; sg_dma 509 drivers/mmc/host/dw_mmc.c p->des6 = (host->sg_dma + sg_dma 513 drivers/mmc/host/dw_mmc.c p->des7 = (u64)(host->sg_dma + sg_dma 524 drivers/mmc/host/dw_mmc.c p->des6 = host->sg_dma & 0xffffffff; sg_dma 525 drivers/mmc/host/dw_mmc.c p->des7 = (u64)host->sg_dma >> 32; sg_dma 538 drivers/mmc/host/dw_mmc.c p->des3 = cpu_to_le32(host->sg_dma + sg_dma 545 drivers/mmc/host/dw_mmc.c p->des3 = cpu_to_le32(host->sg_dma); sg_dma 558 drivers/mmc/host/dw_mmc.c mci_writel(host, DBADDRL, host->sg_dma & 0xffffffff); sg_dma 559 drivers/mmc/host/dw_mmc.c mci_writel(host, DBADDRU, (u64)host->sg_dma >> 32); sg_dma 568 drivers/mmc/host/dw_mmc.c mci_writel(host, DBADDR, host->sg_dma); sg_dma 1098 drivers/mmc/host/dw_mmc.c (unsigned long)host->sg_dma, sg_dma 2929 drivers/mmc/host/dw_mmc.c &host->sg_dma, GFP_KERNEL); sg_dma 178 drivers/mmc/host/dw_mmc.h dma_addr_t sg_dma; sg_dma 24 drivers/mmc/host/mmci_stm32_sdmmc.c dma_addr_t sg_dma; sg_dma 106 drivers/mmc/host/mmci_stm32_sdmmc.c &idma->sg_dma, GFP_KERNEL); sg_dma 152 drivers/mmc/host/mmci_stm32_sdmmc.c writel_relaxed(idma->sg_dma, host->base + MMCI_STM32_IDMABAR); sg_dma 289 drivers/mmc/host/sunxi-mmc.c dma_addr_t sg_dma; sg_dma 346 drivers/mmc/host/sunxi-mmc.c mmc_writel(host, REG_DLBA, host->sg_dma); sg_dma 361 drivers/mmc/host/sunxi-mmc.c dma_addr_t next_desc = host->sg_dma; sg_dma 1353 drivers/mmc/host/sunxi-mmc.c &host->sg_dma, GFP_KERNEL); sg_dma 1447 drivers/mmc/host/sunxi-mmc.c dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); sg_dma 1462 drivers/mmc/host/sunxi-mmc.c dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma); sg_dma 322 drivers/scsi/aha1740.c dma_addr_t sg_dma; sg_dma 387 drivers/scsi/aha1740.c &sg_dma, GFP_ATOMIC); sg_dma 393 drivers/scsi/aha1740.c sgptr->sg_dma_addr = sg_dma; sg_dma 411 drivers/scsi/aha1740.c host->ecb[ecbno].dataptr = sg_dma; sg_dma 4305 drivers/scsi/ips.c dma_addr_t command_dma, sg_dma; sg_dma 4317 drivers/scsi/ips.c &sg_dma, GFP_KERNEL); sg_dma 4335 drivers/scsi/ips.c sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i; sg_dma 4340 drivers/scsi/ips.c sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i;