Home
last modified time | relevance | path

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

/f-stack/freebsd/arm/freescale/imx/
H A Dimx6_anatop.c97 uint32_t cpu_maxmhz; member
343 if (op->mhz > sc->cpu_maxmhz) in cpufreq_sysctl_minmhz()
369 temp = sc->cpu_maxmhz; in cpufreq_sysctl_maxmhz()
377 else if (op->mhz == sc->cpu_maxmhz) in cpufreq_sysctl_maxmhz()
386 sc->cpu_maxmhz = op->mhz; in cpufreq_sysctl_maxmhz()
441 sc->cpu_maxmhz = sc->cpu_maxmhz_hw; in cpufreq_initialize()
448 TUNABLE_INT_FETCH("hw.imx6.cpu_maxmhz", &sc->cpu_maxmhz); in cpufreq_initialize()
449 op = cpufreq_nearest_oppt(sc, sc->cpu_maxmhz); in cpufreq_initialize()
450 sc->cpu_maxmhz = op->mhz; in cpufreq_initialize()
539 if (sc->cpu_curmhz < sc->cpu_maxmhz) { in tempmon_gofast()
[all …]