Searched refs:phys_to_dma (Results 1 – 13 of 13) sorted by relevance
| /linux/arch/mips/cavium-octeon/ |
| H A D | dma-octeon.c | 31 dma_addr_t (*phys_to_dma)(struct device *dev, phys_addr_t paddr); member 69 .phys_to_dma = octeon_gen1_phys_to_dma, 84 .phys_to_dma = octeon_gen2_phys_to_dma, 111 .phys_to_dma = octeon_big_phys_to_dma, 144 .phys_to_dma = octeon_small_phys_to_dma, 171 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function 175 return octeon_pci_dma_ops->phys_to_dma(dev, paddr); in phys_to_dma()
|
| /linux/arch/mips/include/asm/ |
| H A D | dma-direct.h | 5 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr);
|
| /linux/arch/mips/loongson2ef/fuloong-2e/ |
| H A D | dma.c | 4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
| /linux/arch/mips/loongson2ef/lemote-2f/ |
| H A D | dma.c | 4 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
| /linux/arch/powerpc/include/asm/ |
| H A D | dma-direct.h | 5 static inline dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
| /linux/arch/mips/loongson64/ |
| H A D | dma.c | 8 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
| /linux/arch/mips/sgi-ip32/ |
| H A D | ip32-dma.c | 21 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
| /linux/kernel/dma/ |
| H A D | direct.h | 111 dma_addr = phys_to_dma(dev, phys); in dma_direct_map_phys()
|
| H A D | swiotlb.c | 1600 trace_swiotlb_bounced(dev, phys_to_dma(dev, paddr), size); in swiotlb_map()
|
| /linux/arch/powerpc/kernel/ |
| H A D | dma-iommu.c | 15 ((dev)->bus_dma_limit >= phys_to_dma((dev), (addr)))
|
| /linux/arch/mips/pci/ |
| H A D | pci-ar2315.c | 174 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
| H A D | pci-xtalk-bridge.c | 29 dma_addr_t phys_to_dma(struct device *dev, phys_addr_t paddr) in phys_to_dma() function
|
| /linux/arch/arm/mm/ |
| H A D | dma-mapping.c | 589 *handle = phys_to_dma(dev, page_to_phys(page)); in __dma_alloc()
|