Home
last modified time | relevance | path

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

/linux/drivers/clk/analogbits/
H A Dwrpll-cln28hpc.c84 static int __wrpll_calc_filter_range(unsigned long post_divr_freq) in __wrpll_calc_filter_range() argument
86 if (post_divr_freq < MIN_POST_DIVR_FREQ || in __wrpll_calc_filter_range()
87 post_divr_freq > MAX_POST_DIVR_FREQ) { in __wrpll_calc_filter_range()
89 __func__, post_divr_freq); in __wrpll_calc_filter_range()
93 switch (post_divr_freq) { in __wrpll_calc_filter_range()
231 u32 best_f, f, post_divr_freq; in wrpll_configure_for_rate() local
282 post_divr_freq = div_u64(parent_rate, r); in wrpll_configure_for_rate()
283 vco_pre = fbdiv * post_divr_freq; in wrpll_configure_for_rate()
306 post_divr_freq = div_u64(parent_rate, best_r); in wrpll_configure_for_rate()
309 range = __wrpll_calc_filter_range(post_divr_freq); in wrpll_configure_for_rate()