Searched refs:dma_to_phys (Results 1 – 14 of 14) sorted by relevance
| /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/kernel/dma/ |
| H A D | direct.h | 59 phys_addr_t paddr = dma_to_phys(dev, addr); in dma_direct_sync_single_for_device() 73 phys_addr_t paddr = dma_to_phys(dev, addr); in dma_direct_sync_single_for_cpu() 148 phys = dma_to_phys(dev, addr); in dma_direct_unmap_phys()
|
| /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/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/xen/ |
| H A D | gntdev-dmabuf.c | 628 unsigned long pfn = bfn_to_pfn(XEN_PFN_DOWN(dma_to_phys(dev, addr))); in dmabuf_imp_to_refs()
|
| /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()
|