Home
last modified time | relevance | path

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

/linux/drivers/clk/ti/
H A Dfapll.c357 unsigned long current_rate, frac_rate; in ti_fapll_synth_get_frac_rate() local
362 frac_rate = current_rate * post_div_m; in ti_fapll_synth_get_frac_rate()
364 return frac_rate; in ti_fapll_synth_get_frac_rate()
417 unsigned long frac_rate; in ti_fapll_synth_determine_rate() local
420 frac_rate = ti_fapll_synth_get_frac_rate(hw, in ti_fapll_synth_determine_rate()
422 synth_post_div_m = DIV_ROUND_UP(frac_rate, req->rate); in ti_fapll_synth_determine_rate()
423 r = DIV_ROUND_UP(frac_rate, synth_post_div_m); in ti_fapll_synth_determine_rate()
447 unsigned long frac_rate, post_rate = 0; in ti_fapll_synth_set_rate() local
454 frac_rate = ti_fapll_synth_get_frac_rate(hw, parent_rate); in ti_fapll_synth_set_rate()
455 if (frac_rate < rate) { in ti_fapll_synth_set_rate()
[all …]