Searched refs:crystal_hz (Results 1 – 1 of 1) sorted by relevance
93 unsigned int crystal_hz; variable2643 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()2644 __get_cpuid(0x15, &eax_crystal, &ebx_tsc, &crystal_hz, &edx); in process_cpuid()2650 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()2652 if (crystal_hz == 0) in process_cpuid()2656 crystal_hz = 24000000; /* 24 MHz */ in process_cpuid()2659 crystal_hz = 0; in process_cpuid()2662 if (crystal_hz) { in process_cpuid()2663 tsc_hz = (unsigned long long) crystal_hz * ebx_tsc / eax_crystal; in process_cpuid()2666 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal); in process_cpuid()