Searched refs:phys_to_dma (Results 1 - 14 of 14) sorted by relevance

/arch/mips/cavium-octeon/
H A Ddma-octeon.c217 dma_addr_t (*phys_to_dma)(struct device *dev, phys_addr_t paddr); member in struct:octeon_dma_map_ops
221 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
227 return ops->phys_to_dma(dev, paddr);
229 EXPORT_SYMBOL(phys_to_dma); variable
256 .phys_to_dma = octeon_unity_phys_to_dma,
350 _octeon_pci_dma_map_ops.phys_to_dma = octeon_gen2_phys_to_dma;
354 _octeon_pci_dma_map_ops.phys_to_dma = octeon_gen1_phys_to_dma;
358 _octeon_pci_dma_map_ops.phys_to_dma = octeon_big_phys_to_dma;
362 _octeon_pci_dma_map_ops.phys_to_dma = octeon_small_phys_to_dma;
/arch/mips/include/asm/mach-cavium-octeon/
H A Ddma-coherence.h60 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/arch/mips/include/asm/mach-generic/
H A Ddma-coherence.h56 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/mips/include/asm/mach-loongson/
H A Ddma-coherence.h20 extern dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
/arch/ia64/include/asm/
H A Ddma-mapping.h88 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/unicore32/include/asm/
H A Ddma-mapping.h63 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/x86/include/asm/
H A Ddma-mapping.h73 extern dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
85 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/arm64/include/asm/
H A Ddma-mapping.h64 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/mips/loongson/common/
H A Ddma-swiotlb.c106 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/tile/include/asm/
H A Ddma-mapping.h50 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/arm64/mm/
H A Ddma-mapping.c111 *dma_handle = phys_to_dma(dev, page_to_phys(page));
151 *dma_handle = phys_to_dma(dev, page_to_phys(page));
/arch/arm/include/asm/
H A Ddma-mapping.h131 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/powerpc/include/asm/
H A Ddma-mapping.h203 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function
/arch/x86/pci/
H A Dsta2x11-fixup.c244 * phys_to_dma - Return the DMA AMBA address used for this STA2x11 device
248 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) function

Completed in 841 milliseconds