Lines Matching defs:more_mul_max
166 uint32_t more_mul_min, more_mul_max;
179 more_mul_max = limits->max_pll_multiplier / mul;
180 dev_dbg(dev, "more_mul_max: max_pll_multiplier check: %u\n",
181 more_mul_max);
183 more_mul_max =
185 more_mul_max,
188 dev_dbg(dev, "more_mul_max: max_pll_op_freq_hz check: %u\n",
189 more_mul_max);
191 more_mul_max = min(more_mul_max,
194 dev_dbg(dev, "more_mul_max: max_op_sys_clk_div check: %u\n",
195 more_mul_max);
197 more_mul_max = min(more_mul_max,
199 dev_dbg(dev, "more_mul_max: min_pll_multiplier check: %u\n",
200 more_mul_max);
214 if (more_mul_min > more_mul_max) {
216 "unable to compute more_mul_min and more_mul_max\n");
230 if (i > more_mul_max) {
231 dev_dbg(dev, "final more_mul is bad, max %u\n", more_mul_max);