Searched refs:dmam_alloc_coherent (Results 1 - 12 of 12) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/base/
H A Ddma-mapping.c48 * dmam_alloc_coherent - Managed dma_alloc_coherent()
60 void * dmam_alloc_coherent(struct device *dev, size_t size, function
84 EXPORT_SYMBOL(dmam_alloc_coherent); variable
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/linux/
H A Ddma-mapping.h72 extern void *dmam_alloc_coherent(struct device *dev, size_t size,
H A Dlibata.h1182 ap->pad = dmam_alloc_coherent(dev, ATA_DMA_PAD_BUF_SZ,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/ata/
H A Dpdc_adma.c543 pp->pkt = dmam_alloc_coherent(dev, ADMA_PKT_BYTES, &pp->pkt_dma,
H A Dsata_qstor.c507 pp->pkt = dmam_alloc_coherent(dev, QS_PKT_BYTES, &pp->pkt_dma,
H A Dsata_promise.c366 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL);
H A Dsata_sil24.c941 cb = dmam_alloc_coherent(dev, cb_size, &cb_dma, GFP_KERNEL);
H A Dsata_sx4.c254 pp->pkt = dmam_alloc_coherent(dev, 128, &pp->pkt_dma, GFP_KERNEL);
H A Dahci.c1542 mem = dmam_alloc_coherent(dev, AHCI_PORT_PRIV_DMA_SZ, &mem_dma,
H A Dsata_mv.c941 mem = dmam_alloc_coherent(dev, MV_PORT_PRIV_DMA_SZ, &mem_dma,
H A Dsata_nv.c1018 mem = dmam_alloc_coherent(dev, NV_ADMA_PORT_PRIV_DMA_SZ,
H A Dlibata-core.c5872 ap->prd = dmam_alloc_coherent(dev, ATA_PRD_TBL_SZ, &ap->prd_dma,

Completed in 275 milliseconds