Searched refs:pcw_shift (Results 1 - 25 of 37) sorted by relevance
12
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A 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()
|
H A D | clk-mtk.h | 232 int pcw_shift; member
|
H A D | clk-mt8516.c | 752 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt6797.c | 631 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt7622.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt7629.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8135.c | 610 .pcw_shift = _pcw_shift, \
|
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-pll.c | 113 val &= ~GENMASK(pll->data->pcw_shift + pll->data->pcwbits - 1, in mtk_pll_set_rate_regs() 114 pll->data->pcw_shift); in mtk_pll_set_rate_regs() 115 val |= pcw << pll->data->pcw_shift; in mtk_pll_set_rate_regs() 196 pcw = readl(pll->pcw_addr) >> pll->data->pcw_shift; in mtk_pll_recalc_rate()
|
H A D | clk-mt8516-apmixedsys.c | 39 .pcw_shift = _pcw_shift, \
|
H A D | clk-pll.h | 45 int pcw_shift; member
|
H A D | clk-mt8135-apmixedsys.c | 34 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt7981-apmixed.c | 34 .pcw_shift = _pcw_shift, .div_table = _div_table, \
|
H A D | clk-mt7986-apmixed.c | 32 .pcw_shift = _pcw_shift, .div_table = _div_table, \
|
H A D | clk-mt8195-apusys_pll.c | 46 .pcw_shift = MT8195_PCW_SHIFT, \
|
H A D | clk-mt7622-apmixedsys.c | 36 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8188-apmixedsys.c | 54 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8167-apmixedsys.c | 38 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt6795-apmixedsys.c | 41 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt2712-apmixedsys.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8183-apmixedsys.c | 76 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8192-apmixedsys.c | 57 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8365-apmixedsys.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8186-apmixedsys.c | 40 .pcw_shift = 0, \
|
H A D | clk-mt8173-apmixedsys.c | 40 .pcw_shift = _pcw_shift, \
|
H A D | clk-mt8195-apmixedsys.c | 55 .pcw_shift = _pcw_shift, \
|
Completed in 13 milliseconds
12