Searched refs:SYNTH_MAX_INT_DIV (Results 1 – 1 of 1) sorted by relevance
56 #define SYNTH_MAX_INT_DIV 0xf macro371 post_div_m = post_div_m / SYNTH_MAX_INT_DIV; in ti_fapll_synth_set_frac_rate()385 if (synth_int_div <= SYNTH_MAX_INT_DIV) in ti_fapll_synth_set_frac_rate()389 if (synth_int_div > SYNTH_MAX_INT_DIV) in ti_fapll_synth_set_frac_rate()394 v |= (synth_int_div & SYNTH_MAX_INT_DIV) << 24; in ti_fapll_synth_set_frac_rate()427 r = DIV_ROUND_UP_ULL(r, SYNTH_MAX_INT_DIV * SYNTH_MAX_DIV_M); in ti_fapll_synth_round_rate()