Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/mv/armada38x/
H A Darmada38x.c48 static int hw_clockrate; variable
50 &hw_clockrate, 0, "CPU instruction clock rate");
98 hw_clockrate = cpu_frequencies[sar]; in get_cpu_freq_armada38x()
100 return (hw_clockrate * 1000 * 1000); in get_cpu_freq_armada38x()
/f-stack/freebsd/x86/x86/
H A Didentcpu.c167 static int hw_clockrate; variable
169 &hw_clockrate, 0, "CPU instruction clock rate");
715 hw_clockrate = (tsc_freq + 5000) / 1000000; in printcpuinfo()
1334 hw_clockrate = level->total_set.freq; in tsc_freq_changed()