Home
last modified time | relevance | path

Searched refs:PLL_OUT_MASK (Results 1 – 1 of 1) sorted by relevance

/Linux-v6.6/drivers/clk/qcom/
Dclk-alpha-pll.c253 #define PLL_OUT_MASK 0x7 macro
966 PLL_OUT_MASK, PLL_OUT_MASK); in clk_trion_pll_enable()
999 PLL_OUT_MASK, 0); in clk_trion_pll_disable()
1245 PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_fabia_enable()
1275 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_fabia_disable()
1795 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_5lpe_enable()
1825 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_lucid_5lpe_disable()
2162 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_evo_enable()
2199 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in _alpha_pll_lucid_evo_disable()