Searched refs:pcw_chg_reg (Results 1 - 14 of 14) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/mediatek/ |
H A D | clk-pll.h | 46 u32 pcw_chg_reg; member
|
H A D | clk-mt8195-apusys_pll.c | 22 * The "en_reg" and "pcw_chg_reg" fields are standard offset register compared 47 .pcw_chg_reg = 0, \
|
H A D | clk-mt8188-apmixedsys.c | 55 .pcw_chg_reg = _pcw_chg_reg, \
|
H A D | clk-pll.c | 298 if (data->pcw_chg_reg) in mtk_clk_register_pll_ops() 299 pll->pcw_chg_addr = base + data->pcw_chg_reg; in mtk_clk_register_pll_ops()
|
H A D | clk-mt8183-apmixedsys.c | 77 .pcw_chg_reg = _pcw_chg_reg, \
|
H A D | clk-mt8192-apmixedsys.c | 58 .pcw_chg_reg = _pcw_chg_reg, \
|
H A D | clk-mt8365-apmixedsys.c | 41 .pcw_chg_reg = _pcw_chg_reg, \
|
H A D | clk-mt8186-apmixedsys.c | 41 .pcw_chg_reg = 0, \
|
H A D | clk-mt8195-apmixedsys.c | 56 .pcw_chg_reg = _pcw_chg_reg, \
|
H A D | clk-mt6779.c | 1168 .pcw_chg_reg = _pcw_chg_reg, \
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-pll.c | 316 if (data->pcw_chg_reg) in mtk_clk_register_pll() 317 pll->pcw_chg_addr = base + data->pcw_chg_reg; in mtk_clk_register_pll()
|
H A D | clk-mtk.h | 233 uint32_t pcw_chg_reg; member
|
H A D | clk-mt8183.c | 1090 .pcw_chg_reg = _pcw_chg_reg, \
|
H A D | clk-mt6779.c | 1167 .pcw_chg_reg = _pcw_chg_reg, \
|
Completed in 9 milliseconds