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

/freebsd-13-stable/sys/arm64/freescale/imx/clk/
H A Dimx_clk_composite.c141 uint32_t reg, pre_div, post_div; local
149 pre_div = ((reg & TARGET_ROOT_PRE_PODF_MASK)
155 *freq = *freq / pre_div / post_div;
162 uint32_t *pre_div, uint32_t *post_div, int flags)
200 *pre_div = best_prediv;
215 int32_t best_pre_div, best_post_div, pre_div, post_div; local
231 if (!imx_clk_composite_find_best(fparent, *fout, &pre_div, &post_div, sc->flags))
233 cur = fparent / pre_div / post_div;
238 best_pre_div = pre_div;
239 best_post_div = pre_div;
161 imx_clk_composite_find_best(uint64_t fparent, uint64_t ftarget, uint32_t *pre_div, uint32_t *post_div, int flags) argument
[all...]

Completed in 88 milliseconds