Home
last modified time | relevance | path

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

/linux-4.19.296/drivers/clk/mediatek/
Dclk-pll.c140 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs()
141 pll->data->pcw_shift); in mtk_pll_set_rate_regs()
142 val |= pcw << pll->data->pcw_shift; in mtk_pll_set_rate_regs()
228 pcw = readl(pll->pcw_addr) >> pll->data->pcw_shift; in mtk_pll_recalc_rate()
Dclk-mtk.h220 int pcw_shift; member
Dclk-mt8135.c618 .pcw_shift = _pcw_shift, \
Dclk-mt6797.c620 .pcw_shift = _pcw_shift, \
Dclk-mt7622.c48 .pcw_shift = _pcw_shift, \
Dclk-mt2701.c946 .pcw_shift = _pcw_shift, \
Dclk-mt2712.c1189 .pcw_shift = _pcw_shift, \
Dclk-mt8173.c1049 .pcw_shift = _pcw_shift, \