Home
last modified time | relevance | path

Searched refs:sg_dma (Results 1 – 8 of 8) sorted by relevance

/linux/drivers/media/pci/ivtv/
H A Divtv-queue.c210 s->sg_dma = kzalloc(sizeof(struct ivtv_sg_element), in ivtv_stream_alloc()
212 if (s->sg_dma == NULL) { in ivtv_stream_alloc()
221 s->sg_handle = dma_map_single(&itv->pdev->dev, s->sg_dma, in ivtv_stream_alloc()
271 if (s->sg_dma != NULL) { in ivtv_stream_free()
280 kfree(s->sg_dma); in ivtv_stream_free()
283 s->sg_dma = NULL; in ivtv_stream_free()
H A Divtv-irq.c418 s->sg_dma->src = cpu_to_le32(s->sg_processing[s->sg_processed].src); in ivtv_dma_enc_start_xfer()
419 s->sg_dma->dst = cpu_to_le32(s->sg_processing[s->sg_processed].dst); in ivtv_dma_enc_start_xfer()
420 s->sg_dma->size = cpu_to_le32(s->sg_processing[s->sg_processed].size | 0x80000000); in ivtv_dma_enc_start_xfer()
434 s->sg_dma->src = cpu_to_le32(s->sg_processing[s->sg_processed].src); in ivtv_dma_dec_start_xfer()
435 s->sg_dma->dst = cpu_to_le32(s->sg_processing[s->sg_processed].dst); in ivtv_dma_dec_start_xfer()
436 s->sg_dma->size = cpu_to_le32(s->sg_processing[s->sg_processed].size | 0x80000000); in ivtv_dma_dec_start_xfer()
H A Divtv-driver.h369 struct ivtv_sg_element *sg_dma; member
/linux/drivers/scsi/
H A Daha1740.c330 dma_addr_t sg_dma; in aha1740_queuecommand_lck() local
395 &sg_dma, GFP_ATOMIC); in aha1740_queuecommand_lck()
401 sgptr->sg_dma_addr = sg_dma; in aha1740_queuecommand_lck()
419 host->ecb[ecbno].dataptr = sg_dma; in aha1740_queuecommand_lck()
H A Dips.c4290 dma_addr_t command_dma, sg_dma; in ips_allocatescbs() local
4302 &sg_dma, GFP_KERNEL); in ips_allocatescbs()
4320 sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i; in ips_allocatescbs()
4325 sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i; in ips_allocatescbs()
/linux/drivers/mmc/host/
H A Dmmci_stm32_sdmmc.c57 dma_addr_t sg_dma; member
201 &idma->sg_dma, GFP_KERNEL); in sdmmc_idma_setup()
259 writel_relaxed(idma->sg_dma, host->base + MMCI_STM32_IDMABAR); in sdmmc_idma_start()
H A Ddw_mmc.c513 p->des6 = (host->sg_dma + in dw_mci_idmac_init()
517 p->des7 = (u64)(host->sg_dma + in dw_mci_idmac_init()
528 p->des6 = host->sg_dma & 0xffffffff; in dw_mci_idmac_init()
529 p->des7 = (u64)host->sg_dma >> 32; in dw_mci_idmac_init()
542 p->des3 = cpu_to_le32(host->sg_dma + in dw_mci_idmac_init()
549 p->des3 = cpu_to_le32(host->sg_dma); in dw_mci_idmac_init()
562 mci_writel(host, DBADDRL, host->sg_dma & 0xffffffff); in dw_mci_idmac_init()
563 mci_writel(host, DBADDRU, (u64)host->sg_dma >> 32); in dw_mci_idmac_init()
572 mci_writel(host, DBADDR, host->sg_dma); in dw_mci_idmac_init()
1105 (unsigned long)host->sg_dma, in dw_mci_submit_data_dma()
[all …]
H A Ddw_mmc.h183 dma_addr_t sg_dma; member