Searched refs:dma_flags (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/pcibr/
H A Dpcibr_dma.c44 u64 paddr, size_t req_size, u64 flags, int dma_flags)
84 if (SN_DMA_ADDRTYPE(dma_flags == SN_DMA_ADDR_PHYS))
102 if (dma_flags & SN_DMA_MSI) {
128 u64 dma_attributes, int dma_flags)
135 if (SN_DMA_ADDRTYPE(dma_flags) == SN_DMA_ADDR_PHYS)
154 pci_addr |= (dma_flags & SN_DMA_MSI) ?
167 u64 paddr, size_t req_size, u64 flags, int dma_flags)
182 if (dma_flags & SN_DMA_MSI)
185 if (SN_DMA_ADDRTYPE(dma_flags) == SN_DMA_ADDR_PHYS)
359 pcibr_dma_map(struct pci_dev * hwdev, unsigned long phys_addr, size_t size, int dma_flags) argument
43 pcibr_dmamap_ate32(struct pcidev_info *info, u64 paddr, size_t req_size, u64 flags, int dma_flags) argument
127 pcibr_dmatrans_direct64(struct pcidev_info * info, u64 paddr, u64 dma_attributes, int dma_flags) argument
166 pcibr_dmatrans_direct32(struct pcidev_info * info, u64 paddr, size_t req_size, u64 flags, int dma_flags) argument
397 pcibr_dma_map_consistent(struct pci_dev * hwdev, unsigned long phys_addr, size_t size, int dma_flags) argument
[all...]
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/arch/ia64/sn/pci/
H A Dtioce_provider.c199 * 61 - msi bit ... specified through dma_flags
203 tioce_dma_d64(unsigned long ct_addr, int dma_flags) argument
208 if (dma_flags & SN_DMA_MSI)
266 u64 ct_addr, int len, int dma_flags)
325 msi_wanted = dma_flags & SN_DMA_MSI;
384 tioce_dma_d32(struct pci_dev *pdev, u64 ct_addr, int dma_flags) argument
394 if (dma_flags & SN_DMA_MSI)
523 int barrier, int dma_flags)
539 if (SN_DMA_ADDRTYPE(dma_flags) == SN_DMA_ADDR_PHYS)
548 mapaddr = tioce_dma_d64(ct_addr, dma_flags);
265 tioce_alloc_map(struct tioce_kernel *ce_kern, int type, int port, u64 ct_addr, int len, int dma_flags) argument
522 tioce_do_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, int barrier, int dma_flags) argument
645 tioce_dma(struct pci_dev *pdev, u64 paddr, size_t byte_count, int dma_flags) argument
659 tioce_dma_consistent(struct pci_dev *pdev, u64 paddr, size_t byte_count, int dma_flags) argument
[all...]
H A Dtioca_provider.c492 tioca_dma_map(struct pci_dev *pdev, u64 paddr, size_t byte_count, int dma_flags) argument
499 if (dma_flags & SN_DMA_MSI)
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/sound/isa/gus/
H A Dgus_dma.c131 gus->gf1.dma_flags &= ~SNDRV_GF1_DMA_TRIGGER;
216 if (!(gus->gf1.dma_flags & SNDRV_GF1_DMA_TRIGGER)) {
217 gus->gf1.dma_flags |= SNDRV_GF1_DMA_TRIGGER;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/pnp/pnpacpi/
H A Drsparser.c107 static int dma_flags(int type, int bus_master, int transfer) function
160 res->dma_resource[i].flags |= dma_flags(type, bus_master, transfer);
368 dma->flags = dma_flags(p->type, p->bus_master, p->transfer);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/include/sound/
H A Dgus.h404 unsigned int dma_flags; member in struct:snd_gf1

Completed in 188 milliseconds