Home
last modified time | relevance | path

Searched refs:pcwfbits (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.10/drivers/clk/mediatek/
Dclk-pll.c66 int pcwfbits = 0; in __mtk_pll_recalc_rate() local
74 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate()
78 if (pcwfbits && (vco & GENMASK(pcwfbits - 1, 0))) in __mtk_pll_recalc_rate()
81 vco >>= pcwfbits; in __mtk_pll_recalc_rate()