Lines Matching refs:mul
20 u32 mul;22 mul = DIV_ROUND_CLOSEST(rate, pll_hw->bfreq);23 if (mul < pll_hw->min_mul)24 mul = pll_hw->min_mul;25 else if (mul > pll_hw->max_mul)26 mul = pll_hw->max_mul;28 return mul & mul_mask(pll_hw);65 u32 mul;76 mul = owl_pll_calculate_mul(pll_hw, rate);78 return pll_hw->bfreq * mul;