Lines Matching refs:crystal_hz
92 unsigned int crystal_hz;
5153 eax_crystal = ebx_tsc = crystal_hz = edx = 0;
5154 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx);
5160 eax_crystal, ebx_tsc, crystal_hz);
5162 if (crystal_hz == 0)
5165 crystal_hz = 24000000; /* 24.0 MHz */
5168 crystal_hz = 25000000; /* 25.0 MHz */
5172 crystal_hz = 19200000; /* 19.2 MHz */
5175 crystal_hz = 0;
5178 if (crystal_hz) {
5179 tsc_hz = (unsigned long long) crystal_hz * ebx_tsc / eax_crystal;
5182 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal);