PNX833X_           20 arch/mips/include/asm/mach-pnx833x/pnx833x.h #define PNX833X_BIT(val, reg, field)	((val) & PNX833X_##reg##_##field)
PNX833X_           21 arch/mips/include/asm/mach-pnx833x/pnx833x.h #define PNX833X_REGBIT(reg, field)	PNX833X_BIT(PNX833X_##reg, reg, field)
PNX833X_           32 arch/mips/include/asm/mach-pnx833x/pnx833x.h #define PNX833X_REGFIELD(reg, field)	PNX833X_FIELD(PNX833X_##reg, reg, field)