Home
last modified time | relevance | path

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

/drivers/iommu/
Domap-iopgtable.h51 #define IOLARGE_MASK (~(IOLARGE_SIZE - 1)) macro
Domap-iommu.c606 if ((da | pa) & ~IOLARGE_MASK) { in iopte_alloc_large()
616 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE; in iopte_alloc_large()
721 iopte = iopte_offset(iopgd, (da & IOLARGE_MASK)); in iopgtable_clear_entry_core()
1627 ret = omap_iommu_translate(*pte, da, IOLARGE_MASK); in omap_iommu_iova_to_phys()