Home
last modified time | relevance | path

Searched refs:tuner_en_bit (Results 1 - 18 of 18) sorted by relevance

/kernel/linux/linux-6.6/drivers/clk/mediatek/
H A Dclk-pll.c72 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 Dclk-pll.h35 u8 tuner_en_bit; member
H A Dclk-mt8195-apusys_pll.c44 .tuner_en_bit = 0, \
H A Dclk-mt8188-apmixedsys.c52 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt2712-apmixedsys.c38 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt8183-apmixedsys.c74 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt8192-apmixedsys.c55 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt8365-apmixedsys.c38 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt8186-apmixedsys.c38 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt8195-apmixedsys.c53 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt6765.c689 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt6779.c1165 .tuner_en_bit = _tuner_en_bit, \
/kernel/linux/linux-5.10/drivers/clk/mediatek/
H A Dclk-pll.c94 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 Dclk-mtk.h222 uint8_t tuner_en_bit; member
H A Dclk-mt8183.c1087 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt6779.c1164 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt2712.c1183 .tuner_en_bit = _tuner_en_bit, \
H A Dclk-mt6765.c734 .tuner_en_bit = _tuner_en_bit, \

Completed in 13 milliseconds