Home
last modified time | relevance | path

Searched refs:dma_to_phys (Results 1 – 11 of 11) sorted by relevance

/arch/mips/cavium-octeon/
A Ddma-octeon.c32 phys_addr_t (*dma_to_phys)(struct device *dev, dma_addr_t daddr); member
70 .dma_to_phys = octeon_gen1_dma_to_phys,
85 .dma_to_phys = octeon_gen2_dma_to_phys,
112 .dma_to_phys = octeon_big_dma_to_phys,
145 .dma_to_phys = octeon_small_dma_to_phys,
180 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys() function
184 return octeon_pci_dma_ops->dma_to_phys(dev, daddr); in dma_to_phys()
/arch/arm/xen/
A Dmm.c55 cflush.a.dev_bus_addr = dma_to_phys(dev, handle); in dma_cache_maint()
98 unsigned int bfn = XEN_PFN_DOWN(dma_to_phys(dev, dev_addr)); in xen_arch_need_swiotlb()
/arch/mips/loongson2ef/fuloong-2e/
A Ddma.c9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
/arch/mips/include/asm/
A Ddma-direct.h6 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr);
/arch/mips/loongson2ef/lemote-2f/
A Ddma.c9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
/arch/powerpc/include/asm/
A Ddma-direct.h10 static inline phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys() function
/arch/mips/sgi-ip32/
A Dip32-dma.c30 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
/arch/mips/loongson64/
A Ddma.c17 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys() function
/arch/mips/pci/
A Dpci-ar2315.c179 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
A Dpci-xtalk-bridge.c37 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
/arch/arm/mm/
A Ddma-mapping.c609 struct page *page = phys_to_page(dma_to_phys(dev, handle)); in __arm_dma_free()

Completed in 44 milliseconds