Home
last modified time | relevance | path

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

/linux-2.6.39/arch/arm/plat-omap/
Diopgtable.h52 #define IOLARGE_MASK (~(IOLARGE_SIZE - 1)) macro
Diommu.c591 if ((da | pa) & ~IOLARGE_MASK) { in iopte_alloc_large()
601 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE; in iopte_alloc_large()
702 iopte = iopte_offset(iopgd, (da & IOLARGE_MASK)); in iopgtable_clear_entry_core()