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

/freebsd-13-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-13-stable/sys/powerpc/cpufreq/
H A Dmpc85xx_jog.c61 #define MHZ 1000000 macro
233 sets[sc->high - i].freq = sysclk * i / MHZ;
324 freq /= MHZ;

Completed in 116 milliseconds