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

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c95 uint32_t cpu_maxmhz; member in struct:imx6_anatop_softc
341 if (op->mhz > sc->cpu_maxmhz)
367 temp = sc->cpu_maxmhz;
375 else if (op->mhz == sc->cpu_maxmhz)
384 sc->cpu_maxmhz = op->mhz;
405 OID_AUTO, "cpu_maxmhz", CTLTYPE_INT | CTLFLAG_RWTUN | CTLFLAG_NOFETCH,
437 sc->cpu_maxmhz = sc->cpu_maxmhz_hw;
444 TUNABLE_INT_FETCH("hw.imx6.cpu_maxmhz", &sc->cpu_maxmhz);
445 op = cpufreq_nearest_oppt(sc, sc->cpu_maxmhz);
[all...]

Completed in 45 milliseconds