Lines Matching refs:PLL_OUTCTRL
16 # define PLL_OUTCTRL BIT(0) macro
335 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_alpha_pll_enable()
374 PLL_OUTCTRL, PLL_OUTCTRL); in clk_alpha_pll_enable()
397 mask = PLL_OUTCTRL; in clk_alpha_pll_disable()
771 return ((opmode_regval & PLL_RUN) && (mode_regval & PLL_OUTCTRL)); in trion_pll_is_enabled()
815 PLL_OUTCTRL, PLL_OUTCTRL); in clk_trion_pll_enable()
836 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in clk_trion_pll_disable()
1073 if ((opmode_val & PLL_RUN) && (val & PLL_OUTCTRL)) in alpha_pll_fabia_enable()
1076 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in alpha_pll_fabia_enable()
1102 return regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, in alpha_pll_fabia_enable()
1103 PLL_OUTCTRL); in alpha_pll_fabia_enable()
1123 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in alpha_pll_fabia_disable()
1439 regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, 0); in clk_trion_pll_configure()