Searched refs:_pcw (Results 1 – 1 of 1) sorted by relevance
142 u64 _pcw; in mtk_pll_calc_values() local166 _pcw = ((u64)freq << val) << (pll->data->pcwbits - INTEGER_BITS); in mtk_pll_calc_values()167 do_div(_pcw, fin); in mtk_pll_calc_values()169 *pcw = (u32)_pcw; in mtk_pll_calc_values()