Home
last modified time | relevance | path

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

/linux/drivers/clk/ti/
H A Dfapll.c418 u32 synth_post_div_m; in ti_fapll_synth_determine_rate() local
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()