| /linux/arch/mips/cavium-octeon/ |
| H A D | dma-octeon.c | 32 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()
|
| /linux/drivers/xen/ |
| H A D | swiotlb-xen.c | 74 return xen_bus_to_phys(dev, dma_to_phys(dev, dma_addr)); in xen_dma_to_phys() 102 unsigned long bfn = XEN_PFN_DOWN(dma_to_phys(dev, dma_addr)); in xen_swiotlb_find_pool() 265 if (pfn_valid(PFN_DOWN(dma_to_phys(dev, dev_addr)))) in xen_swiotlb_map_phys() 290 if (pfn_valid(PFN_DOWN(dma_to_phys(hwdev, dev_addr)))) in xen_swiotlb_unmap_phys() 311 if (pfn_valid(PFN_DOWN(dma_to_phys(dev, dma_addr)))) in xen_swiotlb_sync_single_for_cpu() 334 if (pfn_valid(PFN_DOWN(dma_to_phys(dev, dma_addr)))) in xen_swiotlb_sync_single_for_device()
|
| H A D | gntdev-dmabuf.c | 630 unsigned long pfn = bfn_to_pfn(XEN_PFN_DOWN(dma_to_phys(dev, addr))); in dmabuf_imp_to_refs()
|
| /linux/arch/arm/xen/ |
| H A D | mm.c | 55 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()
|
| /linux/kernel/dma/ |
| H A D | direct.c | 37 return pfn_to_page(PHYS_PFN(dma_to_phys(dev, dma_addr))); in dma_direct_to_page() 62 *phys_limit = dma_to_phys(dev, dma_limit); in dma_direct_optimal_gfp_mask() 401 phys_addr_t paddr = dma_to_phys(dev, sg_dma_address(sg)); in dma_direct_sync_sg_for_device() 422 phys_addr_t paddr = dma_to_phys(dev, sg_dma_address(sg)); in dma_direct_sync_sg_for_cpu() 526 unsigned long pfn = PHYS_PFN(dma_to_phys(dev, dma_addr)); in dma_direct_mmap() 627 swiotlb_find_pool(dev, dma_to_phys(dev, dma_addr)); in dma_direct_need_sync()
|
| /linux/arch/mips/include/asm/ |
| H A D | dma-direct.h | 6 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr);
|
| /linux/arch/mips/loongson2ef/fuloong-2e/ |
| H A D | dma.c | 9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
|
| /linux/arch/mips/loongson2ef/lemote-2f/ |
| H A D | dma.c | 9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
|
| /linux/arch/powerpc/include/asm/ |
| H A D | dma-direct.h | 10 static inline phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys() function
|
| /linux/arch/mips/loongson64/ |
| H A D | dma.c | 17 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys() function
|
| /linux/arch/mips/sgi-ip32/ |
| H A D | ip32-dma.c | 30 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
|
| /linux/arch/mips/pci/ |
| H A D | pci-ar2315.c | 179 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
|
| H A D | pci-xtalk-bridge.c | 37 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
|
| /linux/drivers/video/fbdev/ |
| H A D | gbefb.c | 1187 gbe_mem_phys = dma_to_phys(&p_dev->dev, gbe_dma_addr); in gbefb_probe()
|
| /linux/arch/arm/mm/ |
| H A D | dma-mapping.c | 609 struct page *page = phys_to_page(dma_to_phys(dev, handle)); in __arm_dma_free()
|
| /linux/drivers/of/ |
| H A D | unittest.c | 1145 paddr = dma_to_phys(dev_bogus, expect_dma_addr); in of_unittest_dma_ranges_one()
|