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

/freebsd-12-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c240 cpufreq_mhz_to_div(struct imx6_anatop_softc *sc, uint32_t cpu_mhz, argument
244 *corediv = (cpu_mhz < 650) ? 1 : 0;
245 *plldiv = ((*corediv + 1) * cpu_mhz) / (sc->refosc_mhz / 2);
249 cpufreq_actual_mhz(struct imx6_anatop_softc *sc, uint32_t cpu_mhz) argument
253 cpufreq_mhz_to_div(sc, cpu_mhz, &corediv, &plldiv);
399 OID_AUTO, "cpu_mhz", CTLFLAG_RD, &sc->cpu_curmhz, 0,

Completed in 173 milliseconds