Searched refs:PLL_RUN (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-6.6/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 252 #define PLL_RUN 0x1 macro 928 return ((opmode_val & PLL_RUN) && (mode_val & PLL_OUTCTRL)); in trion_pll_is_enabled() 958 regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN); in clk_trion_pll_enable() 1220 if ((opmode_val & PLL_RUN) && (val & PLL_OUTCTRL)) in alpha_pll_fabia_enable() 1236 ret = regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN); in alpha_pll_fabia_enable() 1788 regmap_write(pll->clkr.regmap, PLL_OPMODE(pll), PLL_RUN); in alpha_pll_lucid_5lpe_enable() 1999 regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN); in clk_zonda_pll_enable() 2155 regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN); in alpha_pll_lucid_evo_enable()
|
/kernel/linux/linux-5.10/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 138 #define PLL_RUN 0x1 macro 771 return ((opmode_regval & PLL_RUN) && (mode_regval & PLL_OUTCTRL)); in trion_pll_is_enabled() 801 regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN); in clk_trion_pll_enable() 1073 if ((opmode_val & PLL_RUN) && (val & PLL_OUTCTRL)) in alpha_pll_fabia_enable() 1089 ret = regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN); in alpha_pll_fabia_enable()
|
Completed in 6 milliseconds