Home
last modified time | relevance | path

Searched refs:ecx_hz (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/arch/x86/kernel/
H A Dtsc.c660 unsigned int eax_denominator, ebx_numerator, ecx_hz, edx; in native_calibrate_tsc() local
669 eax_denominator = ebx_numerator = ecx_hz = edx = 0; in native_calibrate_tsc()
672 cpuid(0x15, &eax_denominator, &ebx_numerator, &ecx_hz, &edx); in native_calibrate_tsc()
677 crystal_khz = ecx_hz / 1000; in native_calibrate_tsc()