Searched refs:pcw_shift (Results 1 – 21 of 21) sorted by relevance
/linux-6.1.9/drivers/clk/mediatek/ |
D | clk-pll.c | 140 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() 224 pcw = readl(pll->pcw_addr) >> pll->data->pcw_shift; in mtk_pll_recalc_rate()
|
D | clk-pll.h | 43 int pcw_shift; member
|
D | clk-mt8195-apusys_pll.c | 46 .pcw_shift = MT8195_PCW_SHIFT, \
|
D | clk-mt7986-apmixed.c | 34 .pcw_shift = _pcw_shift, .div_table = _div_table, \
|
D | clk-mt8186-apmixedsys.c | 38 .pcw_shift = 0, \
|
D | clk-mt6795-apmixedsys.c | 39 .pcw_shift = _pcw_shift, \
|
D | clk-mt8195-apmixedsys.c | 53 .pcw_shift = _pcw_shift, \
|
D | clk-mt8135.c | 629 .pcw_shift = _pcw_shift, \
|
D | clk-mt7629.c | 41 .pcw_shift = _pcw_shift, \
|
D | clk-mt6797.c | 628 .pcw_shift = _pcw_shift, \
|
D | clk-mt8516.c | 753 .pcw_shift = _pcw_shift, \
|
D | clk-mt7622.c | 41 .pcw_shift = _pcw_shift, \
|
D | clk-mt8167.c | 999 .pcw_shift = _pcw_shift, \
|
D | clk-mt2701.c | 954 .pcw_shift = _pcw_shift, \
|
D | clk-mt6779.c | 1168 .pcw_shift = _pcw_shift, \
|
D | clk-mt2712.c | 1186 .pcw_shift = _pcw_shift, \
|
D | clk-mt6765.c | 737 .pcw_shift = _pcw_shift, \
|
D | clk-mt8183.c | 1087 .pcw_shift = _pcw_shift, \
|
D | clk-mt8365.c | 785 .pcw_shift = _pcw_shift, \
|
D | clk-mt8173.c | 973 .pcw_shift = _pcw_shift, \
|
D | clk-mt8192.c | 1012 .pcw_shift = _pcw_shift, \
|