pvr_hi 163 drivers/cpufreq/maple-cpufreq.c u32 pvr_hi; pvr_hi 183 drivers/cpufreq/maple-cpufreq.c pvr_hi = PVR_VER(mfspr(SPRN_PVR)); pvr_hi 184 drivers/cpufreq/maple-cpufreq.c if (pvr_hi != 0x3c && pvr_hi != 0x44) { pvr_hi 185 drivers/cpufreq/maple-cpufreq.c pr_err("Unsupported CPU version (%x)\n", pvr_hi); pvr_hi 347 drivers/cpufreq/pmac64-cpufreq.c u32 pvr_hi; pvr_hi 369 drivers/cpufreq/pmac64-cpufreq.c pvr_hi = (*valp) >> 16; pvr_hi 370 drivers/cpufreq/pmac64-cpufreq.c if (pvr_hi != 0x3c && pvr_hi != 0x44) {