Lines Matching +full:100 +full:mhz

119  * 396MHz, it also says that the ARM and SOC voltages can't differ by
124 uint32_t mhz; member
136 * value (0-3) from the ocotp CFG3 register into a mhz value that can be looked
266 d = abs((int)cpu_newmhz - (int)imx6_oppt_table[i].mhz); in cpufreq_nearest_oppt()
281 if (op->mhz > sc->cpu_curmhz) { in cpufreq_set_clock()
289 * - Set the PLL into bypass mode; cpu should now be running at 24mhz. in cpufreq_set_clock()
294 cpufreq_mhz_to_div(sc, op->mhz, &corediv, &plldiv); in cpufreq_set_clock()
316 if (op->mhz < sc->cpu_curmhz) in cpufreq_set_clock()
318 sc->cpu_curmhz = op->mhz; in cpufreq_set_clock()
341 if (op->mhz > sc->cpu_maxmhz) in cpufreq_sysctl_minmhz()
343 else if (op->mhz == sc->cpu_minmhz) in cpufreq_sysctl_minmhz()
350 sc->cpu_minmhz = op->mhz; in cpufreq_sysctl_minmhz()
373 if (op->mhz < sc->cpu_minmhz) in cpufreq_sysctl_maxmhz()
375 else if (op->mhz == sc->cpu_maxmhz) in cpufreq_sysctl_maxmhz()
384 sc->cpu_maxmhz = op->mhz; in cpufreq_sysctl_maxmhz()
420 * XXX 24mhz shouldn't be hard-coded, should get this from imx6_ccm in cpufreq_initialize()
421 * (even though in the real world it will always be 24mhz). Oh wait a in cpufreq_initialize()
432 * - 2b'01: 852000000Hz; -- i.MX6Q Only, exclusive with 996MHz. in cpufreq_initialize()
443 sc->cpu_minmhz = op->mhz; in cpufreq_initialize()
448 sc->cpu_maxmhz = op->mhz; in cpufreq_initialize()
524 sc->temp_throttle_reset_cnt = temp_to_count(sc, sc->temp_throttle_val - 100); in temp_throttle_sysctl_handler()
600 sc->temp_throttle_val = sc->temp_high_val - 100; in initialize_tempmon()
624 sc->temp_throttle_delay = 100 * SBT_1MS; in initialize_tempmon()