Home
last modified time | relevance | path

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

/linux/drivers/clk/qcom/
H A Dclk-alpha-pll.c337 #define PLL_OUT_MASK 0x7 macro
1114 PLL_OUT_MASK, PLL_OUT_MASK); in clk_trion_pll_enable()
1147 PLL_OUT_MASK, 0); in clk_trion_pll_disable()
1401 PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_fabia_enable()
1431 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_fabia_disable()
2011 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_5lpe_enable()
2041 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_lucid_5lpe_disable()
2426 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_evo_enable()
2463 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in _alpha_pll_lucid_evo_disable()