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

/freebsd-12-stable/sys/mips/nlm/hal/
H A Dnlm_hal.c48 unsigned int pll_divf, pll_divr, dfs_div, ext_div; local
53 pll_divf = ((rstval >> 10) & 0x7f) + 1;
61 return ((800000000ULL * pll_divf)/(3 * pll_divr * ext_div * dfs_div));

Completed in 56 milliseconds