Home
last modified time | relevance | path

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

/drivers/clk/mediatek/
Dclk-pll.c67 int pcwbits = pll->data->pcwbits; in __mtk_pll_recalc_rate() local
75 if (pcwbits > ibits) in __mtk_pll_recalc_rate()
76 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate()
137 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs()
192 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values()
222 pcw &= GENMASK(pll->data->pcwbits - 1, 0); in mtk_pll_recalc_rate()
Dclk-mtk.h230 int pcwbits; member
Dclk-mt8135.c605 .pcwbits = _pcwbits, \
Dclk-mt7629.c35 .pcwbits = _pcwbits, \
Dclk-mt6797.c626 .pcwbits = _pcwbits, \
Dclk-mt7622.c35 .pcwbits = _pcwbits, \
Dclk-mt8516.c747 .pcwbits = _pcwbits, \
Dclk-mt6779.c1159 .pcwbits = _pcwbits, \
Dclk-mt8167.c993 .pcwbits = _pcwbits, \
Dclk-mt2701.c936 .pcwbits = _pcwbits, \
Dclk-mt8173.c949 .pcwbits = _pcwbits, \
Dclk-mt8183.c1081 .pcwbits = _pcwbits, \
Dclk-mt2712.c1178 .pcwbits = _pcwbits, \
Dclk-mt8192.c1134 .pcwbits = _pcwbits, \
Dclk-mt6765.c728 .pcwbits = _pcwbits, \