MIPS_FCCR_COND0_S 1050 arch/mips/include/asm/mipsregs.h #define MIPS_FCCR_COND0 (_ULCAST_(1) << MIPS_FCCR_COND0_S) MIPS_FCCR_COND0_S 882 arch/mips/math-emu/cp1emu.c value = (fcr31 >> (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) & MIPS_FCCR_COND0_S 953 arch/mips/math-emu/cp1emu.c fcr31 |= (value << (FPU_CSR_COND_S - MIPS_FCCR_COND0_S)) &