Home
last modified time | relevance | path

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

/linux-6.15/drivers/clk/qcom/
H A Dclk-alpha-pll.c335 #define PLL_OUT_MASK 0x7 macro
1100 PLL_OUT_MASK, PLL_OUT_MASK); in clk_trion_pll_enable()
1133 PLL_OUT_MASK, 0); in clk_trion_pll_disable()
1383 PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_fabia_enable()
1413 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_fabia_disable()
1988 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_5lpe_enable()
2018 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_lucid_5lpe_disable()
2403 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_evo_enable()
2440 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in _alpha_pll_lucid_evo_disable()