Searched refs:PLL_OUT_MASK (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 253 #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, in alpha_pll_lucid_5lpe_disable() [all...] |
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 139 #define PLL_OUT_MASK 0x7 macro 809 PLL_OUT_MASK, PLL_OUT_MASK); in clk_trion_pll_enable() 842 PLL_OUT_MASK, 0); in clk_trion_pll_disable() 1098 PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_fabia_enable() 1128 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_fabia_disable()
|
Completed in 6 milliseconds