Searched refs:dma_to_phys (Results 1 – 11 of 11) sorted by relevance
| /arch/mips/cavium-octeon/ |
| 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()
|
| /arch/arm/xen/ |
| 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()
|
| /arch/mips/loongson2ef/fuloong-2e/ |
| A D | dma.c | 9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
|
| /arch/mips/include/asm/ |
| A D | dma-direct.h | 6 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr);
|
| /arch/mips/loongson2ef/lemote-2f/ |
| A D | dma.c | 9 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t dma_addr) in dma_to_phys() function
|
| /arch/powerpc/include/asm/ |
| 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
|
| /arch/mips/sgi-ip32/ |
| 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
|
| /arch/mips/loongson64/ |
| A D | dma.c | 17 phys_addr_t dma_to_phys(struct device *dev, dma_addr_t daddr) in dma_to_phys() function
|
| /arch/mips/pci/ |
| 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
|
| 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
|
| /arch/arm/mm/ |
| A D | dma-mapping.c | 609 struct page *page = phys_to_page(dma_to_phys(dev, handle)); in __arm_dma_free()
|
Completed in 44 milliseconds