Home
last modified time | relevance | path

Searched refs:crystal_hz (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/tools/power/x86/turbostat/
H A Dturbostat.c275 unsigned int crystal_hz; variable
5666 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
5667 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
5673 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()
5675 if (crystal_hz == 0) in process_cpuid()
5678 crystal_hz = 24000000; /* 24.0 MHz */ in process_cpuid()
5681 crystal_hz = 25000000; /* 25.0 MHz */ in process_cpuid()
5685 crystal_hz = 19200000; /* 19.2 MHz */ in process_cpuid()
5688 crystal_hz = 0; in process_cpuid()
5691 if (crystal_hz) { in process_cpuid()
[all …]