Searched refs:PLL_OPMODE (Results 1 – 1 of 1) sorted by relevance
| /Linux-v5.4/drivers/clk/qcom/ |
| D | clk-alpha-pll.c | 56 #define PLL_OPMODE(p) ((p)->offset + (p)->regs[PLL_OFF_OPMODE]) macro 764 ret |= regmap_read(regmap, PLL_OPMODE(pll), &opmode_regval); in trion_pll_is_enabled() 798 regmap_write(regmap, PLL_OPMODE(pll), TRION_PLL_RUN); in clk_trion_pll_enable() 844 regmap_write(regmap, PLL_OPMODE(pll), TRION_PLL_STANDBY); in clk_trion_pll_disable() 1059 ret = regmap_read(regmap, PLL_OPMODE(pll), &opmode_val); in alpha_pll_fabia_enable() 1071 ret = regmap_write(regmap, PLL_OPMODE(pll), FABIA_OPMODE_STANDBY); in alpha_pll_fabia_enable() 1080 ret = regmap_write(regmap, PLL_OPMODE(pll), FABIA_OPMODE_RUN); in alpha_pll_fabia_enable() 1125 regmap_write(regmap, PLL_OPMODE(pll), FABIA_OPMODE_STANDBY); in alpha_pll_fabia_disable()
|