Searched refs:crystal_hz (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/tools/power/x86/turbostat/ |
H A D | turbostat.c | 92 unsigned int crystal_hz; variable 5153 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid() 5154 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid() 5160 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid() 5162 if (crystal_hz == 0) in process_cpuid() 5165 crystal_hz = 24000000; /* 24.0 MHz */ in process_cpuid() 5168 crystal_hz = 25000000; /* 25.0 MHz */ in process_cpuid() 5172 crystal_hz = 19200000; /* 19.2 MHz */ in process_cpuid() 5175 crystal_hz = 0; in process_cpuid() 5178 if (crystal_hz) { in process_cpuid() [all...] |
/kernel/linux/linux-6.6/tools/power/x86/turbostat/ |
H A D | turbostat.c | 273 unsigned int crystal_hz; variable 5655 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid() 5656 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid() 5662 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid() 5664 if (crystal_hz == 0) in process_cpuid() 5667 crystal_hz = 24000000; /* 24.0 MHz */ in process_cpuid() 5670 crystal_hz = 25000000; /* 25.0 MHz */ in process_cpuid() 5674 crystal_hz = 19200000; /* 19.2 MHz */ in process_cpuid() 5677 crystal_hz = 0; in process_cpuid() 5680 if (crystal_hz) { in process_cpuid() [all...] |
Completed in 14 milliseconds