Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/mediatek/
Dclk-pll.c70 int pcwbits = pll->data->pcwbits; in __mtk_pll_recalc_rate() local
76 pcwfbits = pcwbits > INTEGER_BITS ? pcwbits - INTEGER_BITS : 0; in __mtk_pll_recalc_rate()
140 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs()
199 _pcw = ((u64)freq << val) << (pll->data->pcwbits - INTEGER_BITS); in mtk_pll_calc_values()
229 pcw &= GENMASK(pll->data->pcwbits - 1, 0); in mtk_pll_recalc_rate()
Dclk-mtk.h218 int pcwbits; member
Dclk-mt8135.c613 .pcwbits = _pcwbits, \
Dclk-mt6797.c615 .pcwbits = _pcwbits, \
Dclk-mt7622.c43 .pcwbits = _pcwbits, \
Dclk-mt2701.c941 .pcwbits = _pcwbits, \
Dclk-mt2712.c1182 .pcwbits = _pcwbits, \
Dclk-mt8173.c1044 .pcwbits = _pcwbits, \