Searched refs:crystal_hz (Results 1 – 1 of 1) sorted by relevance
101 unsigned int crystal_hz; variable4567 eax_crystal = ebx_tsc = crystal_hz = edx = 0; in process_cpuid()4568 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx); in process_cpuid()4574 eax_crystal, ebx_tsc, crystal_hz); in process_cpuid()4576 if (crystal_hz == 0) in process_cpuid()4582 crystal_hz = 24000000; /* 24.0 MHz */ in process_cpuid()4585 crystal_hz = 25000000; /* 25.0 MHz */ in process_cpuid()4589 crystal_hz = 19200000; /* 19.2 MHz */ in process_cpuid()4592 crystal_hz = 0; in process_cpuid()4595 if (crystal_hz) { in process_cpuid()[all …]