Home
last modified time | relevance | path

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

/drivers/clk/analogbits/
Dwrpll-cln28hpc.c79 static int __wrpll_calc_filter_range(unsigned long post_divr_freq) in __wrpll_calc_filter_range() argument
81 if (post_divr_freq < MIN_POST_DIVR_FREQ || in __wrpll_calc_filter_range()
82 post_divr_freq > MAX_POST_DIVR_FREQ) { in __wrpll_calc_filter_range()
84 __func__, post_divr_freq); in __wrpll_calc_filter_range()
88 switch (post_divr_freq) { in __wrpll_calc_filter_range()
226 u32 best_f, f, post_divr_freq; in wrpll_configure_for_rate() local
277 post_divr_freq = div_u64(parent_rate, r); in wrpll_configure_for_rate()
278 vco_pre = fbdiv * post_divr_freq; in wrpll_configure_for_rate()
301 post_divr_freq = div_u64(parent_rate, best_r); in wrpll_configure_for_rate()
304 range = __wrpll_calc_filter_range(post_divr_freq); in wrpll_configure_for_rate()