MIPS_FCCR_COND1_S 1052 arch/mips/include/asm/mipsregs.h #define MIPS_FCCR_COND1 (_ULCAST_(1) << MIPS_FCCR_COND1_S) MIPS_FCCR_COND1_S 884 arch/mips/math-emu/cp1emu.c value |= (fcr31 >> (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) & MIPS_FCCR_COND1_S 955 arch/mips/math-emu/cp1emu.c fcr31 |= (value << (FPU_CSR_COND1_S - MIPS_FCCR_COND1_S)) &