Lines Matching refs:more_mul_max
601 u32 more_mul_min, more_mul_max; in ccs_pll_calculate_op() local
612 more_mul_max = op_lim_fr->max_pll_multiplier / mul; in ccs_pll_calculate_op()
614 more_mul_max); in ccs_pll_calculate_op()
616 more_mul_max = in ccs_pll_calculate_op()
618 more_mul_max, in ccs_pll_calculate_op()
623 more_mul_max); in ccs_pll_calculate_op()
625 more_mul_max = min(more_mul_max, in ccs_pll_calculate_op()
629 more_mul_max); in ccs_pll_calculate_op()
631 more_mul_max = min(more_mul_max, op_lim_fr->max_pll_multiplier / mul); in ccs_pll_calculate_op()
633 more_mul_max); in ccs_pll_calculate_op()
647 if (more_mul_min > more_mul_max) { in ccs_pll_calculate_op()
663 if (i > more_mul_max) { in ccs_pll_calculate_op()
664 dev_dbg(dev, "final more_mul is bad, max %u\n", more_mul_max); in ccs_pll_calculate_op()