Searched refs:PLL_OUTCTRL (Results 1 – 3 of 3) sorted by relevance
| /drivers/clk/qcom/ |
| A D | clk-pll.c | 20 #define PLL_OUTCTRL BIT(0) macro 30 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_pll_enable() 61 return regmap_update_bits(pll->clkr.regmap, pll->mode_reg, PLL_OUTCTRL, in clk_pll_enable() 62 PLL_OUTCTRL); in clk_pll_enable() 75 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_pll_disable() 147 u32 enable_mask = PLL_OUTCTRL | PLL_BYPASSNL | PLL_RESET_N; in clk_pll_set_rate() 296 return regmap_update_bits(pll->clkr.regmap, pll->mode_reg, PLL_OUTCTRL, in clk_pll_sr2_enable() 297 PLL_OUTCTRL); in clk_pll_sr2_enable() 307 u32 enable_mask = PLL_OUTCTRL | PLL_BYPASSNL | PLL_RESET_N; in clk_pll_sr2_set_rate()
|
| A D | clk-hfpll.c | 15 #define PLL_OUTCTRL BIT(0) macro 91 regmap_update_bits(regmap, hd->mode_reg, PLL_OUTCTRL, PLL_OUTCTRL); in __clk_hfpll_enable() 105 if (!(mode & (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL))) in clk_hfpll_enable() 122 PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL, 0); in __clk_hfpll_disable() 214 if (mode != (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL)) { in clk_hfpll_init() 241 return mode == (PLL_BYPASSNL | PLL_RESET_N | PLL_OUTCTRL); in hfpll_is_enabled()
|
| A D | clk-alpha-pll.c | 17 # define PLL_OUTCTRL BIT(0) macro 625 PLL_OUTCTRL, PLL_OUTCTRL); in clk_alpha_pll_enable() 648 mask = PLL_OUTCTRL; in clk_alpha_pll_disable() 900 regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, PLL_OUTCTRL); in clk_huayra_2290_pll_configure() 1114 PLL_OUTCTRL, PLL_OUTCTRL); in clk_trion_pll_enable() 1396 PLL_OUTCTRL); in alpha_pll_fabia_enable() 2001 return regmap_update_bits(pll->clkr.regmap, PLL_MODE(pll), PLL_OUTCTRL, PLL_OUTCTRL); in alpha_pll_lucid_5lpe_enable() 2216 regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, PLL_OUTCTRL); in clk_zonda_pll_enable() 2416 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, PLL_OUTCTRL); in alpha_pll_lucid_evo_enable() 2617 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_OUTCTRL, PLL_OUTCTRL); in alpha_pll_pongo_elu_enable() [all …]
|
Completed in 13 milliseconds