Searched refs:bus_mhz (Results 1 – 1 of 1) sorted by relevance
5593 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local5598 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid()5600 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid()5603 base_mhz, max_mhz, bus_mhz); in process_cpuid()