Lines Matching defs:more_mul_max
601 u32 more_mul_min, more_mul_max;
612 more_mul_max = op_lim_fr->max_pll_multiplier / mul;
613 dev_dbg(dev, "more_mul_max: max_op_pll_multiplier check: %u\n",
614 more_mul_max);
616 more_mul_max =
618 more_mul_max,
622 dev_dbg(dev, "more_mul_max: max_pll_op_clk_freq_hz check: %u\n",
623 more_mul_max);
625 more_mul_max = min(more_mul_max,
628 dev_dbg(dev, "more_mul_max: max_op_sys_clk_div check: %u\n",
629 more_mul_max);
631 more_mul_max = min(more_mul_max, op_lim_fr->max_pll_multiplier / mul);
632 dev_dbg(dev, "more_mul_max: min_pll_multiplier check: %u\n",
633 more_mul_max);
647 if (more_mul_min > more_mul_max) {
649 "unable to compute more_mul_min and more_mul_max\n");
663 if (i > more_mul_max) {
664 dev_dbg(dev, "final more_mul is bad, max %u\n", more_mul_max);