Lines Matching defs:mul
145 * @mul is the PLL multiplier and @div is the common divisor
147 * multiplier will be a multiple of @mul.
154 struct smiapp_pll *pll, struct smiapp_pll_branch *op_pll, uint32_t mul,
164 * are the minimum and maximum multiplier for mul.
179 more_mul_max = limits->max_pll_multiplier / mul;
187 / (pll->ext_clk_freq_hz / pll->pre_pll_clk_div * mul));
198 DIV_ROUND_UP(limits->max_pll_multiplier, mul));
205 * mul);
210 DIV_ROUND_UP(limits->min_pll_multiplier, mul));
235 pll->pll_multiplier = mul * i;
395 uint32_t mul, div;
449 mul = div_u64(pll->pll_op_clk_freq_hz, i);
451 dev_dbg(dev, "mul %u / div %u\n", mul, div);
456 DIV_ROUND_UP(mul * pll->ext_clk_freq_hz,
465 op_pll, mul, div,