Searched refs:pcwbits (Results 1 – 15 of 15) sorted by relevance
| /Linux-v5.15/drivers/clk/mediatek/ |
| D | clk-pll.c | 66 int pcwbits = pll->data->pcwbits; in __mtk_pll_recalc_rate() local 74 if (pcwbits > ibits) in __mtk_pll_recalc_rate() 75 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate() 136 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs() 191 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values() 221 pcw &= GENMASK(pll->data->pcwbits - 1, 0); in mtk_pll_recalc_rate()
|
| D | clk-mtk.h | 230 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-mt8167.c | 993 .pcwbits = _pcwbits, \
|
| D | clk-mt6779.c | 1158 .pcwbits = _pcwbits, \
|
| D | clk-mt8173.c | 949 .pcwbits = _pcwbits, \
|
| D | clk-mt8183.c | 1081 .pcwbits = _pcwbits, \
|
| D | clk-mt2712.c | 1178 .pcwbits = _pcwbits, \
|
| D | clk-mt8192.c | 1134 .pcwbits = _pcwbits, \
|
| D | clk-mt6765.c | 728 .pcwbits = _pcwbits, \
|