Home
last modified time | relevance | path

Searched refs:dma_unmap (Results 1 – 12 of 12) sorted by relevance

/linux-2.6.39/arch/ia64/sn/pci/
Dpci_dma.c147 provider->dma_unmap(pdev, dma_handle, 0); in sn_dma_free_coherent()
227 provider->dma_unmap(pdev, dma_addr, dir); in sn_dma_unmap_page()
252 provider->dma_unmap(pdev, sg->dma_address, dir); in sn_dma_unmap_sg()
Dtioca_provider.c661 .dma_unmap = tioca_dma_unmap,
Dtioce_provider.c1047 .dma_unmap = tioce_dma_unmap,
/linux-2.6.39/arch/ia64/include/asm/sn/
Dpcibus_provider_defs.h50 void (*dma_unmap)(struct pci_dev *, dma_addr_t, int); member
/linux-2.6.39/arch/ia64/sn/kernel/
Dmsi_sn.c49 (*provider->dma_unmap)(pdev, in sn_teardown_msi_irq()
184 (*provider->dma_unmap)(pdev, bus_addr, PCI_DMA_FROMDEVICE); in sn_set_msi_irq_affinity()
Dio_common.c77 .dma_unmap = sn_default_pci_unmap,
/linux-2.6.39/arch/ia64/sn/pci/pcibr/
Dpcibr_provider.c247 .dma_unmap = pcibr_dma_unmap,
/linux-2.6.39/arch/arm/mach-bcmring/include/mach/
Ddma.h685 int dma_unmap(DMA_MemMap_t *memMap, /* Stores state information about the map */
/linux-2.6.39/arch/arm/mach-bcmring/
Ddma.c2076 dma_unmap(memMap, 0); in dma_map_mem()
2221 int dma_unmap(DMA_MemMap_t *memMap, /* Stores state information about the map */ in dma_unmap() function
2329 EXPORT_SYMBOL(dma_unmap);
/linux-2.6.39/drivers/atm/
Dfore200e.c209 fore200e->bus->dma_unmap(fore200e, chunk->dma_addr, chunk->dma_size, chunk->direction); in fore200e_chunk_free()
631 fore200e->bus->dma_unmap(fore200e, prom_dma, sizeof(struct prom_data), DMA_FROM_DEVICE); in fore200e_pca_prom_read()
880 fore200e->bus->dma_unmap(fore200e, entry->tpd->tsd[ 0 ].buffer, entry->tpd->tsd[ 0 ].length, in fore200e_tx_irq()
1776 fore200e->bus->dma_unmap(fore200e, stats_dma_addr, sizeof(struct stats), DMA_FROM_DEVICE); in fore200e_getstats()
1840 fore200e->bus->dma_unmap(fore200e, oc3_regs_dma_addr, sizeof(struct oc3_regs), DMA_FROM_DEVICE);
Dfore200e.h808 void (*dma_unmap)(struct fore200e*, u32, int, int); member
/linux-2.6.39/drivers/net/
Dsunhme.c258 ((__hp)->dma_unmap((__hp)->dma_dev, (__addr), (__size), (__dir)))