Searched refs:pcwbits (Results 1 – 4 of 4) sorted by relevance
85 int pcwbits = pll->pcwbits; in __mtk_pll_recalc_rate() local91 pcwfbits = pcwbits > INTEGER_BITS ? pcwbits - INTEGER_BITS : 0; in __mtk_pll_recalc_rate()130 val &= ~GENMASK(pll->pcw_shift + pll->pcwbits - 1, pll->pcw_shift); in mtk_pll_set_rate_regs()167 _pcw = ((u64)freq << val) << (pll->pcwbits - INTEGER_BITS); in mtk_pll_calc_values()196 pcw &= GENMASK(pll->pcwbits - 1, 0); in mtk_apmixedsys_get_rate()
39 int pcwbits; member
40 .pcwbits = _pcwbits, \
36 .pcwbits = _pcwbits, \