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

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c91 uint32_t cpu_curmhz; member in struct:imx6_anatop_softc
281 if (op->mhz > sc->cpu_curmhz) {
316 if (op->mhz < sc->cpu_curmhz)
318 sc->cpu_curmhz = op->mhz;
322 cpufreq_actual_mhz(sc, sc->cpu_curmhz) * 1000000 / 2);
351 if (sc->cpu_minmhz > sc->cpu_curmhz) {
397 OID_AUTO, "cpu_mhz", CTLFLAG_RD, &sc->cpu_curmhz, 0,
535 if (sc->cpu_curmhz < sc->cpu_maxmhz) {
544 if (sc->cpu_curmhz > sc->cpu_minmhz) {
675 sc->cpu_curmhz, s
[all...]

Completed in 42 milliseconds