Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c93 uint32_t cpu_curmhz; member
283 if (op->mhz > sc->cpu_curmhz) { in cpufreq_set_clock()
318 if (op->mhz < sc->cpu_curmhz) in cpufreq_set_clock()
320 sc->cpu_curmhz = op->mhz; in cpufreq_set_clock()
324 cpufreq_actual_mhz(sc, sc->cpu_curmhz) * 1000000 / 2); in cpufreq_set_clock()
353 if (sc->cpu_minmhz > sc->cpu_curmhz) { in cpufreq_sysctl_minmhz()
399 OID_AUTO, "cpu_mhz", CTLFLAG_RD, &sc->cpu_curmhz, 0, in cpufreq_initialize()
539 if (sc->cpu_curmhz < sc->cpu_maxmhz) { in tempmon_gofast()
548 if (sc->cpu_curmhz > sc->cpu_minmhz) { in tempmon_goslow()
681 sc->cpu_curmhz, sc->cpu_curmv); in imx6_anatop_new_pass()