Searched refs:tuner_en_bit (Results 1 - 18 of 18) sorted by relevance
/kernel/linux/linux-6.6/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-pll.h | 35 u8 tuner_en_bit; member
|
H A D | clk-mt8195-apusys_pll.c | 44 .tuner_en_bit = 0, \
|
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-mt8183-apmixedsys.c | 74 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt8192-apmixedsys.c | 55 .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-mt8195-apmixedsys.c | 53 .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, \
|
/kernel/linux/linux-5.10/drivers/clk/mediatek/ |
H A D | clk-pll.c | 94 r = readl(pll->tuner_en_addr) | BIT(pll->data->tuner_en_bit); in __mtk_pll_tuner_enable() 107 r = readl(pll->tuner_en_addr) & ~BIT(pll->data->tuner_en_bit); in __mtk_pll_tuner_disable()
|
H A D | clk-mtk.h | 222 uint8_t tuner_en_bit; member
|
H A D | clk-mt8183.c | 1087 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt6779.c | 1164 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt2712.c | 1183 .tuner_en_bit = _tuner_en_bit, \
|
H A D | clk-mt6765.c | 734 .tuner_en_bit = _tuner_en_bit, \
|
Completed in 13 milliseconds