Searched refs:PLL_RESET_N (Results 1 – 2 of 2) sorted by relevance
/Linux-v4.19/drivers/clk/qcom/ |
D | clk-pll.c | 30 #define PLL_RESET_N BIT(2) macro 38 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_pll_enable() 60 ret = regmap_update_bits(pll->clkr.regmap, pll->mode_reg, PLL_RESET_N, in clk_pll_enable() 61 PLL_RESET_N); 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() 294 ret = regmap_update_bits(pll->clkr.regmap, pll->mode_reg, PLL_RESET_N, in clk_pll_sr2_enable() 295 PLL_RESET_N); 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 | 18 # define PLL_RESET_N BIT(2) macro 308 mask = PLL_OUTCTRL | PLL_RESET_N | PLL_BYPASSNL; in clk_alpha_pll_enable() 338 PLL_RESET_N, PLL_RESET_N); in clk_alpha_pll_enable() 377 mask = PLL_RESET_N | PLL_BYPASSNL; in clk_alpha_pll_disable() 878 regmap_update_bits(regmap, PLL_MODE(pll), PLL_RESET_N, PLL_RESET_N); in clk_fabia_pll_configure() 917 ret = regmap_update_bits(regmap, PLL_MODE(pll), PLL_RESET_N, in alpha_pll_fabia_enable() 918 PLL_RESET_N); in alpha_pll_fabia_enable()
|