Searched refs:SYNTH_MAX_DIV_M (Results 1 – 1 of 1) sorted by relevance
57 #define SYNTH_MAX_DIV_M 0xff macro348 synth_div_m = readl_relaxed(synth->div) & SYNTH_MAX_DIV_M; in ti_fapll_synth_recalc_rate()361 post_div_m = readl_relaxed(synth->div) & SYNTH_MAX_DIV_M; in ti_fapll_synth_get_frac_rate()375 if (post_div_m > SYNTH_MAX_DIV_M) in ti_fapll_synth_set_frac_rate()380 for (; post_div_m < SYNTH_MAX_DIV_M; post_div_m++) { in ti_fapll_synth_set_frac_rate()431 r = DIV_ROUND_UP_ULL(r, SYNTH_MAX_INT_DIV * SYNTH_MAX_DIV_M); in ti_fapll_synth_determine_rate()460 if (post_div_m && (post_div_m <= SYNTH_MAX_DIV_M)) in ti_fapll_synth_set_rate()473 v &= ~SYNTH_MAX_DIV_M; in ti_fapll_synth_set_rate()