Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/clk/mediatek/
Dclk-pll.c65 int pcwbits = pll->data->pcwbits; in __mtk_pll_recalc_rate() local
73 if (pcwbits > ibits) in __mtk_pll_recalc_rate()
74 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate()
135 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs()
190 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values()
220 pcw &= GENMASK(pll->data->pcwbits - 1, 0); in mtk_pll_recalc_rate()
Dclk-mtk.h229 int pcwbits; member
Dclk-mt8135.c605 .pcwbits = _pcwbits, \
Dclk-mt7629.c35 .pcwbits = _pcwbits, \
Dclk-mt6797.c625 .pcwbits = _pcwbits, \
Dclk-mt7622.c35 .pcwbits = _pcwbits, \
Dclk-mt8516.c747 .pcwbits = _pcwbits, \
Dclk-mt2701.c928 .pcwbits = _pcwbits, \
Dclk-mt6779.c1156 .pcwbits = _pcwbits, \
Dclk-mt2712.c1178 .pcwbits = _pcwbits, \
Dclk-mt8183.c1081 .pcwbits = _pcwbits, \
Dclk-mt8173.c1036 .pcwbits = _pcwbits, \