Home
last modified time | relevance | path

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

/openbmc/linux/drivers/clk/ti/
H A Dfapll.c415 u32 synth_post_div_m; in ti_fapll_synth_round_rate() local
418 synth_post_div_m = DIV_ROUND_UP(frac_rate, rate); in ti_fapll_synth_round_rate()
419 r = DIV_ROUND_UP(frac_rate, synth_post_div_m); in ti_fapll_synth_round_rate()