Home
last modified time | relevance | path

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

/Linux-v5.15/tools/power/x86/turbostat/
Dturbostat.c103 unsigned int crystal_hz; variable
5407 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
5408 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
5414 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()
5416 if (crystal_hz == 0) in process_cpuid()
5419 crystal_hz = 24000000; /* 24.0 MHz */ in process_cpuid()
5422 crystal_hz = 25000000; /* 25.0 MHz */ in process_cpuid()
5426 crystal_hz = 19200000; /* 19.2 MHz */ in process_cpuid()
5429 crystal_hz = 0; in process_cpuid()
5432 if (crystal_hz) { in process_cpuid()
[all …]