Home
last modified time | relevance | path

Searched refs:__sbus_iommu_map_phys (Results 1 – 1 of 1) sorted by relevance

/linux/arch/sparc/mm/
H A Diommu.c184 static dma_addr_t __sbus_iommu_map_phys(struct device *dev, phys_addr_t paddr, in __sbus_iommu_map_phys() function
241 return __sbus_iommu_map_phys(dev, phys, len, false, attrs); in sbus_iommu_map_phys_gflush()
248 return __sbus_iommu_map_phys(dev, phys, len, true, attrs); in sbus_iommu_map_phys_pflush()
259 sg->dma_address = __sbus_iommu_map_phys(dev, sg_phys(sg), in __sbus_iommu_map_sg()