Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/clk/ti/
H A Dfapll.c450 unsigned long frac_rate, post_rate = 0; in ti_fapll_synth_set_rate() local
464 post_rate = DIV_ROUND_UP(frac_rate, post_div_m); in ti_fapll_synth_set_rate()
465 if (!synth->freq && !post_rate) in ti_fapll_synth_set_rate()
470 if ((post_rate != rate) && synth->freq) in ti_fapll_synth_set_rate()
/kernel/linux/linux-6.6/drivers/clk/ti/
H A Dfapll.c441 unsigned long frac_rate, post_rate = 0; in ti_fapll_synth_set_rate() local
455 post_rate = DIV_ROUND_UP(frac_rate, post_div_m); in ti_fapll_synth_set_rate()
456 if (!synth->freq && !post_rate) in ti_fapll_synth_set_rate()
461 if ((post_rate != rate) && synth->freq) in ti_fapll_synth_set_rate()

Completed in 3 milliseconds