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

/freebsd-10.1-release/sys/arm/freescale/imx/
H A Dimx6_anatop.c97 uint32_t cpu_maxmhz_hw; member in struct:imx6_anatop_softc
239 if (cpu_newmhz > sc->cpu_maxmhz_hw && !sc->cpu_overclock_enable)
240 cpu_newmhz = sc->cpu_maxmhz_hw;
386 OID_AUTO, "cpu_maxmhz_hw", CTLFLAG_RD, &sc->cpu_maxmhz_hw, 0,
392 "Allow setting CPU frequency higher than cpu_maxmhz_hw");
413 sc->cpu_maxmhz_hw = imx6_ocotp_mhz_tab[cfg3speed];
414 sc->cpu_maxmhz = sc->cpu_maxmhz_hw;

Completed in 42 milliseconds