Searched refs:bus_mhz (Results 1 – 2 of 2) sorted by relevance
| /linux/tools/power/x86/turbostat/ |
| H A D | turbostat.c | 9271 unsigned int base_mhz, max_mhz, bus_mhz, edx; in process_cpuid() local 9276 base_mhz = max_mhz = bus_mhz = edx = 0; in process_cpuid() 9278 __cpuid(0x16, base_mhz, max_mhz, bus_mhz, edx); in process_cpuid() 9280 bclk = bus_mhz; in process_cpuid() 9289 fprintf(outf, "CPUID(0x16): base_mhz: %d max_mhz: %d bus_mhz: %d\n", base_mhz, max_mhz, bus_mhz); in process_cpuid()
|
| /linux/tools/arch/x86/kcpuid/ |
| H A D | cpuid.csv | 488 0x16, 0, ecx, 15:0, bus_mhz , Bus reference frequency, in MHz
|