Home
last modified time | relevance | path

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

/tools/power/x86/turbostat/
Dturbostat.c107 unsigned int crystal_hz; variable
3297 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()
3298 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()
3304 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()
3306 if (crystal_hz == 0) in process_cpuid()
3312 crystal_hz = 24000000; /* 24.0 MHz */ in process_cpuid()
3315 crystal_hz = 25000000; /* 25.0 MHz */ in process_cpuid()
3318 crystal_hz = 19200000; /* 19.2 MHz */ in process_cpuid()
3321 crystal_hz = 0; in process_cpuid()
3324 if (crystal_hz) { in process_cpuid()
[all …]