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

/freebsd-10.3-release/sys/arm/freescale/imx/
H A Dimx6_anatop.c126 uint32_t mhz; member in struct:oppt
138 * value (0-3) from the ocotp CFG3 register into a mhz value that can be looked
268 d = abs((int)cpu_newmhz - (int)imx6_oppt_table[i].mhz);
283 if (op->mhz > sc->cpu_curmhz) {
291 * - Set the PLL into bypass mode; cpu should now be running at 24mhz.
296 cpufreq_mhz_to_div(sc, op->mhz, &corediv, &plldiv);
318 if (op->mhz < sc->cpu_curmhz)
320 sc->cpu_curmhz = op->mhz;
343 if (op->mhz > sc->cpu_maxmhz)
345 else if (op->mhz
[all...]
/freebsd-10.3-release/sys/arm/at91/
H A Dat91_pit.c92 const uint64_t mhz = 1E6; local
101 cnt = ((pit_freq * us) + (mhz -1)) / mhz;
/freebsd-10.3-release/contrib/ofed/management/infiniband-diags/src/
H A Dibsysstat.c68 char *mhz; member in struct:cpu_info
102 i, cpus[i].model, cpus[i].mhz);
213 cpus[ncpu-1].mhz = strdup(s+1);

Completed in 90 milliseconds