Searched refs:tuner_en_bit (Results 1 – 12 of 12) sorted by relevance
/openbmc/linux/drivers/clk/mediatek/ |
H A D | clk-pll.c | 72 r = readl(pll->tuner_en_addr) | BIT(pll->data->tuner_en_bit); in __mtk_pll_tuner_enable() 85 r = readl(pll->tuner_en_addr) & ~BIT(pll->data->tuner_en_bit); in __mtk_pll_tuner_disable() 304 if (data->tuner_en_reg || data->tuner_en_bit) in mtk_clk_register_pll_ops()
|
H A D | clk-mt8195-apusys_pll.c | 44 .tuner_en_bit = 0, \
|
H A D | clk-pll.h | 35 u8 tuner_en_bit; member
|
H A D | clk-mt8188-apmixedsys.c | 52 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt2712-apmixedsys.c | 38 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt8365-apmixedsys.c | 38 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt8186-apmixedsys.c | 38 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt8183-apmixedsys.c | 74 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt8195-apmixedsys.c | 53 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt8192-apmixedsys.c | 55 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt6765.c | 689 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt6779.c | 1165 .tuner_en_bit = _tuner_en_bit, \
|