Searched refs:oldmsr (Results 1 – 1 of 1) sorted by relevance
| /drivers/cpufreq/ |
| A D | speedstep-centrino.c | 420 unsigned int msr, oldmsr = 0, h = 0, cpu = policy->cpu; in centrino_target() local 462 rdmsr_on_cpu(good_cpu, MSR_IA32_PERF_CTL, &oldmsr, &h); in centrino_target() 463 if (msr == (oldmsr & 0xffff)) { in centrino_target() 465 "to be %x\n", oldmsr); in centrino_target() 472 oldmsr &= ~0xffff; in centrino_target() 474 oldmsr |= msr; in centrino_target() 477 wrmsr_on_cpu(good_cpu, MSR_IA32_PERF_CTL, oldmsr, h); in centrino_target() 493 wrmsr_on_cpu(j, MSR_IA32_PERF_CTL, oldmsr, h); in centrino_target()
|
Completed in 6 milliseconds