Lines Matching refs:crystal_hz
273 unsigned int crystal_hz;
5655 eax_crystal = ebx_tsc = crystal_hz = edx = 0;
5656 __cpuid(0x15, eax_crystal, ebx_tsc, crystal_hz, edx);
5662 eax_crystal, ebx_tsc, crystal_hz);
5664 if (crystal_hz == 0)
5667 crystal_hz = 24000000; /* 24.0 MHz */
5670 crystal_hz = 25000000; /* 25.0 MHz */
5674 crystal_hz = 19200000; /* 19.2 MHz */
5677 crystal_hz = 0;
5680 if (crystal_hz) {
5681 tsc_hz = (unsigned long long)crystal_hz *ebx_tsc / eax_crystal;
5684 tsc_hz / 1000000, crystal_hz, ebx_tsc, eax_crystal);