Searched refs:PLL_OUTCTRL (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-pll.c | 28 #define PLL_OUTCTRL BIT(0) macro 38 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_pll_enable() 69 return regmap_update_bits(pll->clkr.regmap, pll->mode_reg, PLL_OUTCTRL, in clk_pll_enable() 70 PLL_OUTCTRL); in clk_pll_enable() 83 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_pll_disable() 155 u32 enable_mask = PLL_OUTCTRL | PLL_BYPASSNL | PLL_RESET_N; in clk_pll_set_rate() 304 return regmap_update_bits(pll->clkr.regmap, pll->mode_reg, PLL_OUTCTRL, in clk_pll_sr2_enable() 305 PLL_OUTCTRL); in clk_pll_sr2_enable() 315 u32 enable_mask = PLL_OUTCTRL | PLL_BYPASSNL | PLL_RESET_N; in clk_pll_sr2_set_rate()
|
D | clk-alpha-pll.c | 16 # define PLL_OUTCTRL BIT(0) macro 308 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_alpha_pll_enable() 347 PLL_OUTCTRL, PLL_OUTCTRL); in clk_alpha_pll_enable() 370 mask = PLL_OUTCTRL; in clk_alpha_pll_disable() 906 if ((opmode_val & FABIA_OPMODE_RUN) && (val & PLL_OUTCTRL)) in alpha_pll_fabia_enable() 909 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in alpha_pll_fabia_enable() 935 return regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, in alpha_pll_fabia_enable() 936 PLL_OUTCTRL); in alpha_pll_fabia_enable() 956 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in alpha_pll_fabia_disable()
|