crystal_hz 91 tools/power/x86/turbostat/turbostat.c unsigned int crystal_hz; crystal_hz 4773 tools/power/x86/turbostat/turbostat.c eax_crystal = ebx_tsc = crystal_hz = edx = 0; crystal_hz 4774 tools/power/x86/turbostat/turbostat.c __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); crystal_hz 4780 tools/power/x86/turbostat/turbostat.c eax_crystal, ebx_tsc, crystal_hz); crystal_hz 4782 tools/power/x86/turbostat/turbostat.c if (crystal_hz == 0) crystal_hz 4785 tools/power/x86/turbostat/turbostat.c crystal_hz = 24000000; /* 24.0 MHz */ crystal_hz 4788 tools/power/x86/turbostat/turbostat.c crystal_hz = 25000000; /* 25.0 MHz */ crystal_hz 4792 tools/power/x86/turbostat/turbostat.c crystal_hz = 19200000; /* 19.2 MHz */ crystal_hz 4795 tools/power/x86/turbostat/turbostat.c crystal_hz = 0; crystal_hz 4798 tools/power/x86/turbostat/turbostat.c if (crystal_hz) { crystal_hz 4799 tools/power/x86/turbostat/turbostat.c tsc_hz = (unsigned long long) crystal_hz * ebx_tsc / eax_crystal; crystal_hz 4802 tools/power/x86/turbostat/turbostat.c tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal);