Searched refs:_pcw (Results 1 – 2 of 2) sorted by relevance
142 u64 _pcw; in mtk_pll_calc_values() local168 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values()169 do_div(_pcw, fin); in mtk_pll_calc_values()171 *pcw = (u32)_pcw; in mtk_pll_calc_values()
154 u64 _pcw; in mtk_pll_calc_values() local167 _pcw = ((u64)freq << val) << (pll->pcwbits - INTEGER_BITS); in mtk_pll_calc_values()168 do_div(_pcw, priv->tree->xtal2_rate); in mtk_pll_calc_values()170 *pcw = (u32)_pcw; in mtk_pll_calc_values()