Searched refs:SYNTH_MAX_INT_DIV (Results 1 – 1 of 1) sorted by relevance
63 #define SYNTH_MAX_INT_DIV 0xf macro378 post_div_m = post_div_m / SYNTH_MAX_INT_DIV; in ti_fapll_synth_set_frac_rate()392 if (synth_int_div <= SYNTH_MAX_INT_DIV) in ti_fapll_synth_set_frac_rate()396 if (synth_int_div > SYNTH_MAX_INT_DIV) in ti_fapll_synth_set_frac_rate()401 v |= (synth_int_div & SYNTH_MAX_INT_DIV) << 24; in ti_fapll_synth_set_frac_rate()434 r = DIV_ROUND_UP_ULL(r, SYNTH_MAX_INT_DIV * SYNTH_MAX_DIV_M); in ti_fapll_synth_round_rate()