Searched refs:pcwfbits (Results 1 – 1 of 1) sorted by relevance
71 int pcwfbits; in __mtk_pll_recalc_rate() local76 pcwfbits = pcwbits > INTEGER_BITS ? pcwbits - INTEGER_BITS : 0; in __mtk_pll_recalc_rate()80 if (pcwfbits && (vco & GENMASK(pcwfbits - 1, 0))) in __mtk_pll_recalc_rate()83 vco >>= pcwfbits; in __mtk_pll_recalc_rate()