Home
last modified time | relevance | path

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

/linux/drivers/platform/x86/intel/pmc/
H A Dcore.c937 unsigned int eax_denominator, ebx_numerator, ecx_hz, edx; in pmc_core_get_crystal_freq() local
942 eax_denominator = ebx_numerator = ecx_hz = edx = 0; in pmc_core_get_crystal_freq()
945 cpuid(CPUID_LEAF_TSC, &eax_denominator, &ebx_numerator, &ecx_hz, &edx); in pmc_core_get_crystal_freq()
950 return ecx_hz; in pmc_core_get_crystal_freq()