PLL_RUN
return ((opmode_val & PLL_RUN) && (mode_val & PLL_OUTCTRL));
regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN);
if ((opmode_val & PLL_RUN) && (val & PLL_OUTCTRL))
ret = regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN);
regmap_write(pll->clkr.regmap, PLL_OPMODE(pll), PLL_RUN);
regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN);
regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN);
regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN);
regmap_write(regmap, PLL_OPMODE(pll), PLL_RUN);