Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/clk/ti/
H A Dfapll.c422 u32 synth_post_div_m; in ti_fapll_synth_round_rate() local
425 synth_post_div_m = DIV_ROUND_UP(frac_rate, rate); in ti_fapll_synth_round_rate()
426 r = DIV_ROUND_UP(frac_rate, synth_post_div_m); in ti_fapll_synth_round_rate()