PNX                25 arch/mips/include/asm/mach-pnx833x/pnx833x.h 		(((val) & PNX##cpu##_##reg##_##field##_MASK) >> \
PNX                26 arch/mips/include/asm/mach-pnx833x/pnx833x.h 			PNX##cpu##_##reg##_##field##_SHIFT)
PNX                38 arch/mips/include/asm/mach-pnx833x/pnx833x.h 	(PNX##cpu##_##reg = (PNX##cpu##_##reg & ~(PNX##cpu##_##reg##_##field##_MASK)) | \
PNX                39 arch/mips/include/asm/mach-pnx833x/pnx833x.h 						((val) << PNX##cpu##_##reg##_##field##_SHIFT))