Searched refs:MSR_FSB_FREQ (Results 1 – 8 of 8) sorted by relevance
| /OK3568_Linux_fs/kernel/arch/x86/kernel/ |
| H A D | tsc_msr.c | 189 rdmsr(MSR_FSB_FREQ, lo, hi); in cpu_khz_from_msr()
|
| /OK3568_Linux_fs/u-boot/drivers/timer/ |
| H A D | tsc_timer.c | 111 rdmsr(MSR_FSB_FREQ, lo, hi); in cpu_mhz_from_msr()
|
| /OK3568_Linux_fs/kernel/drivers/cpufreq/ |
| H A D | speedstep-lib.c | 135 rdmsr(MSR_FSB_FREQ, msr_lo, msr_tmp); in pentium_core_get_frequency()
|
| H A D | intel_pstate.c | 1528 rdmsrl(MSR_FSB_FREQ, value); in silvermont_get_scaling() 1544 rdmsrl(MSR_FSB_FREQ, value); in airmont_get_scaling()
|
| /OK3568_Linux_fs/u-boot/arch/x86/include/asm/ |
| H A D | msr-index.h | 49 #define MSR_FSB_FREQ 0x000000cd macro
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | msr-index.h | 65 #define MSR_FSB_FREQ 0x000000cd macro
|
| /OK3568_Linux_fs/kernel/tools/arch/x86/include/asm/ |
| H A D | msr-index.h | 65 #define MSR_FSB_FREQ 0x000000cd macro
|
| /OK3568_Linux_fs/kernel/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 4761 if (get_msr(base_cpu, MSR_FSB_FREQ, &msr)) in slm_bclk()
|