Searched refs:postdiv (Results 1 – 3 of 3) sorted by relevance
159 uint32_t prediv, postdiv, best_prediv, best_postdiv; in imx_clk_composite_find_best() local165 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()
20 - fixed-postdiv : fixed post divider value. If absent, use clkod register bits21 for postdiv30 fixed-postdiv = <2>;
160 uint32_t refdiv, fbdiv, postdiv; in rk3066_clk_pll_recalc() local188 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()