Lines Matching defs:ref_div_max
917 * @ref_div_max: reference divider maximum
925 unsigned fb_div_max, unsigned ref_div_max,
929 ref_div_max = max(min(100 / post_div, ref_div_max), 1u);
932 *ref_div = min(max(den/post_div, 1u), ref_div_max);
969 unsigned ref_div_min, ref_div_max, ref_div;
990 ref_div_max = pll->reference_div;
993 ref_div_max = min(pll->max_ref_div, 7u);
995 ref_div_max = pll->max_ref_div;
1047 ref_div_max, &fb_div, &ref_div);
1061 avivo_get_fb_ref_div(nom, den, post_div, fb_div_max, ref_div_max,