Lines Matching defs:svr
888 unsigned int svr = mfspr(SPRN_SVR);
889 unsigned int mod = (svr >> 16) & 0xfff6; /* w/o E suffix */
890 unsigned int rev = svr & 0xffff;
909 unsigned int svr = mfspr(SPRN_SVR);
911 if ((SVR_SOC_VER(svr) == SVR_8548) && (SVR_REV(svr) == 0x20))
914 if (((SVR_SOC_VER(svr) == SVR_P2020) && (SVR_REV(svr) < 0x20)) ||
915 ((SVR_SOC_VER(svr) == SVR_P2010) && (SVR_REV(svr) < 0x20)) ||
916 ((SVR_SOC_VER(svr) == SVR_8548) && (SVR_REV(svr) < 0x31)))