Searched refs:PLL_OUT_MASK (Results 1 – 1 of 1) sorted by relevance
/drivers/clk/qcom/ |
D | clk-alpha-pll.c | 211 #define PLL_OUT_MASK 0x7 macro 908 PLL_OUT_MASK, PLL_OUT_MASK); in clk_trion_pll_enable() 941 PLL_OUT_MASK, 0); in clk_trion_pll_disable() 1187 PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_fabia_enable() 1217 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_fabia_disable() 1737 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_5lpe_enable() 1767 ret = regmap_update_bits(pll->clkr.regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in alpha_pll_lucid_5lpe_disable() 2103 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, PLL_OUT_MASK); in alpha_pll_lucid_evo_enable() 2140 ret = regmap_update_bits(regmap, PLL_USER_CTL(pll), PLL_OUT_MASK, 0); in _alpha_pll_lucid_evo_disable()
|