Lines Matching refs:svr
928 unsigned int svr = mfspr(SPRN_SVR);
929 unsigned int mod = (svr >> 16) & 0xfff6; /* w/o E suffix */
930 unsigned int rev = svr & 0xffff;
949 unsigned int svr = mfspr(SPRN_SVR);
951 if ((SVR_SOC_VER(svr) == SVR_8548) && (SVR_REV(svr) == 0x20))
954 if (((SVR_SOC_VER(svr) == SVR_P2020) && (SVR_REV(svr) < 0x20)) ||
955 ((SVR_SOC_VER(svr) == SVR_P2010) && (SVR_REV(svr) < 0x20)) ||
956 ((SVR_SOC_VER(svr) == SVR_8548) && (SVR_REV(svr) < 0x31)))