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

/netgear-WNDR4500-V1.0.1.40_1.0.68/src/linux/linux-2.6/arch/mips/mm/
H A Dtlbex.c81 #define RS_MASK 0x1f macro
181 if (arg & ~RS_MASK)
184 return (arg & RS_MASK) << RS_SH;

Completed in 46 milliseconds