Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/clk/mediatek/
H A Dclk-mtk.c130 val &= ~GENMASK(pll->pcw_shift + pll->pcwbits - 1, pll->pcw_shift); in mtk_pll_set_rate_regs()
131 val |= pcw << pll->pcw_shift; in mtk_pll_set_rate_regs()
195 pcw = readl(priv->base + pll->pcw_reg) >> pll->pcw_shift; in mtk_apmixedsys_get_rate()
H A Dclk-mtk.h41 int pcw_shift; member
H A Dclk-mt7629.c44 .pcw_shift = _pcw_shift, \
H A Dclk-mt7623.c40 .pcw_shift = _pcw_shift, \