Searched refs:pcw_shift (Results 1 – 12 of 12) sorted by relevance
/Linux-v5.4/drivers/clk/mediatek/ |
D | clk-pll.c | 135 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs() 136 pll->data->pcw_shift); in mtk_pll_set_rate_regs() 137 val |= pcw << pll->data->pcw_shift; in mtk_pll_set_rate_regs() 219 pcw = readl(pll->pcw_addr) >> pll->data->pcw_shift; in mtk_pll_recalc_rate()
|
D | clk-mtk.h | 232 int pcw_shift; member
|
D | clk-mt8135.c | 610 .pcw_shift = _pcw_shift, \
|
D | clk-mt7629.c | 40 .pcw_shift = _pcw_shift, \
|
D | clk-mt6797.c | 630 .pcw_shift = _pcw_shift, \
|
D | clk-mt8516.c | 752 .pcw_shift = _pcw_shift, \
|
D | clk-mt7622.c | 40 .pcw_shift = _pcw_shift, \
|
D | clk-mt2701.c | 933 .pcw_shift = _pcw_shift, \
|
D | clk-mt6779.c | 1164 .pcw_shift = _pcw_shift, \
|
D | clk-mt8183.c | 1089 .pcw_shift = _pcw_shift, \
|
D | clk-mt2712.c | 1185 .pcw_shift = _pcw_shift, \
|
D | clk-mt8173.c | 1041 .pcw_shift = _pcw_shift, \
|