Home
last modified time | relevance | path

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

/Linux-v5.4/tools/power/x86/turbostat/
Dturbostat.c91 unsigned int crystal_hz; variable
4760 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
4761 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
4767 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()
4769 if (crystal_hz == 0) in process_cpuid()
4772 crystal_hz = 24000000; /* 24.0 MHz */ in process_cpuid()
4775 crystal_hz = 25000000; /* 25.0 MHz */ in process_cpuid()
4779 crystal_hz = 19200000; /* 19.2 MHz */ in process_cpuid()
4782 crystal_hz = 0; in process_cpuid()
4785 if (crystal_hz) { in process_cpuid()
[all …]