Searched refs:omap_iommu_translate (Results 1 – 2 of 2) sorted by relevance
| /linux-4.4.14/drivers/iommu/ |
| D | omap-iopgtable.h | 69 static inline phys_addr_t omap_iommu_translate(u32 d, u32 va, u32 mask) in omap_iommu_translate() function
|
| D | omap-iommu.c | 1209 ret = omap_iommu_translate(*pte, da, IOPTE_MASK); in omap_iommu_iova_to_phys() 1211 ret = omap_iommu_translate(*pte, da, IOLARGE_MASK); in omap_iommu_iova_to_phys() 1217 ret = omap_iommu_translate(*pgd, da, IOSECTION_MASK); in omap_iommu_iova_to_phys() 1219 ret = omap_iommu_translate(*pgd, da, IOSUPER_MASK); in omap_iommu_iova_to_phys()
|