Searched refs:sg_dma (Results 1 - 3 of 3) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/mmc/host/
H A Dpxamci.c59 dma_addr_t sg_dma; member in struct:pxamci_host
153 host->sg_cpu[i].ddadr = host->sg_dma + (i + 1) *
159 DDADR(host->dma) = host->sg_dma;
458 host->sg_cpu = dma_alloc_coherent(&pdev->dev, PAGE_SIZE, &host->sg_dma, GFP_KERNEL);
511 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma);
544 dma_free_coherent(&pdev->dev, PAGE_SIZE, host->sg_cpu, host->sg_dma);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha1740.c354 dma_addr_t sg_dma; local
419 &sg_dma, GFP_ATOMIC);
425 sgptr->sg_dma_addr = sg_dma;
444 host->ecb[ecbno].dataptr = sg_dma;
H A Dips.c4597 dma_addr_t command_dma, sg_dma; local
4610 ha->max_cmds, &sg_dma);
4628 sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i;
4633 sg_dma + IPS_SGLIST_SIZE(ha) * IPS_MAX_SG * i;

Completed in 93 milliseconds