Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/mediatek/
H A Dclk-mtk.c85 int pcwbits = pll->pcwbits; in __mtk_pll_recalc_rate() local
91 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()
H A Dclk-mtk.h39 int pcwbits; member
H A Dclk-mt7629.c40 .pcwbits = _pcwbits, \
H A Dclk-mt7623.c36 .pcwbits = _pcwbits, \