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

/freebsd-12-stable/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c61 #define MHZ 1000000 macro
234 sets[sc->high - i].freq = sysclk * i / MHZ;
325 freq /= MHZ;
/freebsd-12-stable/sys/mips/ingenic/
H A Djz4780_clk_pll.c148 #define MHZ (1000 * 1000) macro
177 m = MIN((uint32_t)(*fout / MHZ), (1u << CGU_PLL_M_WIDTH));
180 n = MIN((uint32_t)(fin / MHZ), (1u << CGU_PLL_N_WIDTH));
/freebsd-12-stable/sys/mips/sibyte/
H A Dsb_scd.c108 const uint64_t MHZ = 1000000; local
116 return (plldiv * 50 * MHZ);

Completed in 114 milliseconds