Home
last modified time | relevance | path

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

/freebsd/sys/kern/
H A Dkern_cpu.c74 int max_mhz; member
175 sc->max_mhz = cpu_get_nominal_mhz(dev); in cpufreq_attach()
177 if (sc->max_mhz <= 0) { in cpufreq_attach()
181 sc->max_mhz = rate / 1000000; in cpufreq_attach()
183 sc->max_mhz = CPUFREQ_VAL_UNKNOWN; in cpufreq_attach()
669 if (sc->max_mhz == CPUFREQ_VAL_UNKNOWN) { in cf_levels_method()
670 sc->max_mhz = cpu_get_nominal_mhz(dev); in cf_levels_method()
676 if (sc->max_mhz <= 0) { in cf_levels_method()
679 sc->max_mhz = rate / 1000000; in cf_levels_method()
683 set.freq = sc->max_mhz; in cf_levels_method()
[all …]