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

/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx6_anatop.c124 uint32_t mhz; member in struct:oppt
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);
281 if (op->mhz > sc->cpu_curmhz) {
289 * - Set the PLL into bypass mode; cpu should now be running at 24mhz.
294 cpufreq_mhz_to_div(sc, op->mhz, &corediv, &plldiv);
316 if (op->mhz < sc->cpu_curmhz)
318 sc->cpu_curmhz = op->mhz;
341 if (op->mhz > sc->cpu_maxmhz)
343 else if (op->mhz
[all...]
/freebsd-11-stable/sys/arm/at91/
H A Dat91_pit.c91 const uint64_t mhz = 1E6; local
100 cnt = howmany(pit_freq * us, mhz);
/freebsd-11-stable/sys/dev/videomode/
H A Dedid.c520 int mhz; local
637 mhz = (max_dotclock + 999) / 1000;
640 if (mhz > edid->edid_range.er_max_clock)
641 edid->edid_range.er_max_clock = mhz;
643 edid->edid_range.er_max_clock = mhz;
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Dibsysstat.c66 char *mhz; member in struct:cpu_info
156 i, cpus[i].model, cpus[i].mhz);

Completed in 173 milliseconds