Searched refs:pcwbits (Results 1 – 14 of 14) sorted by relevance
/Linux-v5.10/drivers/clk/mediatek/ |
D | clk-pll.c | 65 int pcwbits = pll->data->pcwbits; in __mtk_pll_recalc_rate() local 73 if (pcwbits > ibits) in __mtk_pll_recalc_rate() 74 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate() 135 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs() 190 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values() 220 pcw &= GENMASK(pll->data->pcwbits - 1, 0); in mtk_pll_recalc_rate()
|
D | clk-mtk.h | 229 int pcwbits; member
|
D | clk-mt8135.c | 605 .pcwbits = _pcwbits, \
|
D | clk-mt7629.c | 35 .pcwbits = _pcwbits, \
|
D | clk-mt6797.c | 620 .pcwbits = _pcwbits, \
|
D | clk-mt7622.c | 35 .pcwbits = _pcwbits, \
|
D | clk-mt8516.c | 747 .pcwbits = _pcwbits, \
|
D | clk-mt2701.c | 928 .pcwbits = _pcwbits, \
|
D | clk-mt6779.c | 1158 .pcwbits = _pcwbits, \
|
D | clk-mt8167.c | 993 .pcwbits = _pcwbits, \
|
D | clk-mt2712.c | 1178 .pcwbits = _pcwbits, \
|
D | clk-mt6765.c | 728 .pcwbits = _pcwbits, \
|
D | clk-mt8173.c | 949 .pcwbits = _pcwbits, \
|
D | clk-mt8183.c | 1081 .pcwbits = _pcwbits, \
|