Home
last modified time | relevance | path

Searched refs:postdiv (Results 1 – 3 of 3) sorted by relevance

/freebsd/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c159 uint32_t prediv, postdiv, best_prediv, best_postdiv; in imx_clk_composite_find_best() local
165 for (postdiv = 1; postdiv <= TARGET_ROOT_POST_PODF_MAX + 1; postdiv++) { in imx_clk_composite_find_best()
166 cur= fparent / prediv / postdiv; in imx_clk_composite_find_best()
172 best_postdiv = postdiv; in imx_clk_composite_find_best()
179 best_postdiv = postdiv; in imx_clk_composite_find_best()
186 best_postdiv = postdiv; in imx_clk_composite_find_best()
/freebsd/sys/contrib/device-tree/Bindings/clock/
H A Dkeystone-pll.txt20 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits
21 for postdiv
30 fixed-postdiv = <2>;
/freebsd/sys/dev/clk/rockchip/
H A Drk_clk_pll.c160 uint32_t refdiv, fbdiv, postdiv; in rk3066_clk_pll_recalc() local
188 postdiv = (raw0 & RK3066_CLK_PLL_POSTDIV_MASK) >> in rk3066_clk_pll_recalc()
190 postdiv += 1; in rk3066_clk_pll_recalc()
197 *freq = rate / postdiv; in rk3066_clk_pll_recalc()