Searched refs:oldmsr (Results 1 – 1 of 1) sorted by relevance
/drivers/cpufreq/ |
D | speedstep-centrino.c | 424 unsigned int msr, oldmsr = 0, h = 0, cpu = policy->cpu; in centrino_target() local 466 rdmsr_on_cpu(good_cpu, MSR_IA32_PERF_CTL, &oldmsr, &h); in centrino_target() 467 if (msr == (oldmsr & 0xffff)) { in centrino_target() 469 "to be %x\n", oldmsr); in centrino_target() 476 oldmsr &= ~0xffff; in centrino_target() 478 oldmsr |= msr; in centrino_target() 481 wrmsr_on_cpu(good_cpu, MSR_IA32_PERF_CTL, oldmsr, h); in centrino_target() 497 wrmsr_on_cpu(j, MSR_IA32_PERF_CTL, oldmsr, h); in centrino_target()
|