Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dfapll.c424 u32 synth_post_div_m; in ti_fapll_synth_round_rate() local
427 synth_post_div_m = DIV_ROUND_UP(frac_rate, rate); in ti_fapll_synth_round_rate()
428 r = DIV_ROUND_UP(frac_rate, synth_post_div_m); in ti_fapll_synth_round_rate()
/kernel/linux/linux-6.6/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()

Completed in 3 milliseconds