Lines Matching refs:PLL_OUTCTRL
16 # define PLL_OUTCTRL BIT(0) macro
333 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_alpha_pll_enable()
372 PLL_OUTCTRL, PLL_OUTCTRL); in clk_alpha_pll_enable()
395 mask = PLL_OUTCTRL; in clk_alpha_pll_disable()
768 return ((opmode_regval & TRION_PLL_RUN) && (mode_regval & PLL_OUTCTRL)); in trion_pll_is_enabled()
812 PLL_OUTCTRL, PLL_OUTCTRL); in clk_trion_pll_enable()
833 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in clk_trion_pll_disable()
1064 if ((opmode_val & FABIA_OPMODE_RUN) && (val & PLL_OUTCTRL)) in alpha_pll_fabia_enable()
1067 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in alpha_pll_fabia_enable()
1093 return regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, in alpha_pll_fabia_enable()
1094 PLL_OUTCTRL); in alpha_pll_fabia_enable()
1114 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in alpha_pll_fabia_disable()