Searched refs:phys_to_dma (Results 1 – 10 of 10) sorted by relevance
/linux-2.6.39/arch/mips/cavium-octeon/ |
D | dma-octeon.c | 206 dma_addr_t (*phys_to_dma)(struct device *dev, phys_addr_t paddr); member 210 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function 216 return ops->phys_to_dma(dev, paddr); in phys_to_dma() 218 EXPORT_SYMBOL(phys_to_dma); 245 .phys_to_dma = octeon_unity_phys_to_dma, 333 _octeon_pci_dma_map_ops.phys_to_dma = octeon_gen1_phys_to_dma; in octeon_pci_dma_init() 337 _octeon_pci_dma_map_ops.phys_to_dma = octeon_big_phys_to_dma; in octeon_pci_dma_init() 341 _octeon_pci_dma_map_ops.phys_to_dma = octeon_small_phys_to_dma; in octeon_pci_dma_init()
|
/linux-2.6.39/arch/mips/include/asm/mach-powertv/ |
D | dma-coherence.h | 68 return phys_to_dma(virt_to_phys_from_pte(addr)); in plat_map_dma_mem() 70 return phys_to_dma(virt_to_phys(addr)); in plat_map_dma_mem() 76 return phys_to_dma(page_to_phys(page)); in plat_map_dma_mem_page()
|
D | ioremap.h | 95 static inline dma_addr_t phys_to_dma(phys_addr_t phys) in phys_to_dma() function
|
/linux-2.6.39/arch/mips/include/asm/mach-cavium-octeon/ |
D | dma-coherence.h | 65 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
|
/linux-2.6.39/arch/mips/powertv/asic/ |
D | asic_devices.c | 424 phys_to_dma(virt_to_phys(mem)); in platform_alloc_bootmem() 488 resource->start = phys_to_dma(pmemaddr - 0x80000000); in pmem_setup_resource()
|
/linux-2.6.39/arch/unicore32/include/asm/ |
D | dma-mapping.h | 63 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-2.6.39/arch/ia64/include/asm/ |
D | dma-mapping.h | 81 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-2.6.39/arch/x86/include/asm/ |
D | dma-mapping.h | 72 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
/linux-2.6.39/lib/ |
D | swiotlb.c | 117 return phys_to_dma(hwdev, virt_to_phys(address)); in swiotlb_virt_to_bus() 663 dma_addr_t dev_addr = phys_to_dma(dev, phys); in swiotlb_map_page() 812 dma_addr_t dev_addr = phys_to_dma(hwdev, paddr); in swiotlb_map_sg_attrs()
|
/linux-2.6.39/arch/powerpc/include/asm/ |
D | dma-mapping.h | 189 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|