Searched refs:PLL_OUT_MASK (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/clk/qcom/ |
H A D | clk-alpha-pll.c | 279 #define PLL_OUT_MASK 0x7 macro 994 PLL_OUT_MASK, PLL_OUT_MASK); in clk_trion_pll_enable() 1027 PLL_OUT_MASK, 0); in clk_trion_pll_disable() 1273 PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_fabia_enable() 1303 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_fabia_disable() 1875 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_5lpe_enable() 1905 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_lucid_5lpe_disable() 2242 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_evo_enable() 2279 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in _alpha_pll_lucid_evo_disable()
|