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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/arm/plat-omap/
H A Diopgtable.h52 #define IOLARGE_MASK (~(IOLARGE_SIZE - 1)) macro
H A Diommu.c585 if ((da | pa) & ~IOLARGE_MASK) {
595 *(iopte + i) = (pa & IOLARGE_MASK) | prot | IOPTE_LARGE;
696 iopte = iopte_offset(iopgd, (da & IOLARGE_MASK));

Completed in 16 milliseconds