Home
last modified time | relevance | path

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

/u-boot-v2022.01-rc1/drivers/clk/mediatek/
A Dclk-mtk.c99 int pcwfbits; in __mtk_pll_recalc_rate() local
106 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