Home
last modified time | relevance | path

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

/drivers/clk/ti/
A Dfapll.c355 u32 post_div_m; in ti_fapll_synth_get_frac_rate() local
371 post_div_m = post_div_m / SYNTH_MAX_INT_DIV; in ti_fapll_synth_set_frac_rate()
372 if (post_div_m > SYNTH_MAX_DIV_M) in ti_fapll_synth_set_frac_rate()
374 if (!post_div_m) in ti_fapll_synth_set_frac_rate()
375 post_div_m = 1; in ti_fapll_synth_set_frac_rate()
377 for (; post_div_m < SYNTH_MAX_DIV_M; post_div_m++) { in ti_fapll_synth_set_frac_rate()
381 rate * post_div_m); in ti_fapll_synth_set_frac_rate()
399 return post_div_m; in ti_fapll_synth_set_frac_rate()
442 u32 post_div_m = 0, v; in ti_fapll_synth_set_rate() local
454 if (post_div_m && (post_div_m <= SYNTH_MAX_DIV_M)) in ti_fapll_synth_set_rate()
[all …]

Completed in 5 milliseconds