Searched refs:pcwfbits (Results 1 – 1 of 1) sorted by relevance
99 int pcwfbits; in __mtk_pll_recalc_rate() local106 pcwfbits = pcwbits > ibits ? pcwbits - ibits : 0; in __mtk_pll_recalc_rate()110 if (pcwfbits && (vco & GENMASK(pcwfbits - 1, 0))) in __mtk_pll_recalc_rate()113 vco >>= pcwfbits; in __mtk_pll_recalc_rate()
Completed in 5 milliseconds