Searched refs:pcwbits (Results 1 – 15 of 15) sorted by relevance
/drivers/clk/mediatek/ |
D | clk-pll.c | 67 int pcwbits = pll->data->pcwbits; in __mtk_pll_recalc_rate() local 75 if (pcwbits > ibits) in __mtk_pll_recalc_rate() 76 pcwfbits = pcwbits - ibits; in __mtk_pll_recalc_rate() 137 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs() 192 _pcw = ((u64)freq << val) << (pll->data->pcwbits - ibits); in mtk_pll_calc_values() 222 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 | 626 .pcwbits = _pcwbits, \
|
D | clk-mt7622.c | 35 .pcwbits = _pcwbits, \
|
D | clk-mt8516.c | 747 .pcwbits = _pcwbits, \
|
D | clk-mt6779.c | 1159 .pcwbits = _pcwbits, \
|
D | clk-mt8167.c | 993 .pcwbits = _pcwbits, \
|
D | clk-mt2701.c | 936 .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, \
|