Home
last modified time | relevance | path

Searched refs:opmode_val (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/drivers/clk/qcom/
H A Dclk-alpha-pll.c946 u32 mode_val, opmode_val; in trion_pll_is_enabled() local
950 ret |= regmap_read(regmap, PLL_OPMODE(pll), &opmode_val); in trion_pll_is_enabled()
954 return ((opmode_val & PLL_RUN) && (mode_val & PLL_OUTCTRL)); in trion_pll_is_enabled()
1226 u32 val, opmode_val; in alpha_pll_fabia_enable() local
1241 ret = regmap_read(regmap, PLL_OPMODE(pll), &opmode_val); in alpha_pll_fabia_enable()
1246 if ((opmode_val & PLL_RUN) && (val & PLL_OUTCTRL)) in alpha_pll_fabia_enable()