Home
last modified time | relevance | path

Searched refs:user_vco_mask (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/clk/qcom/
H A Dclk-hfpll.c42 if (hd->user_vco_mask && rate > hd->low_vco_max_rate) in __clk_hfpll_init_once()
43 regval |= hd->user_vco_mask; in __clk_hfpll_init_once()
167 if (hd->user_reg && hd->user_vco_mask) { in clk_hfpll_set_rate()
170 val &= ~hd->user_vco_mask; in clk_hfpll_set_rate()
172 val |= hd->user_vco_mask; in clk_hfpll_set_rate()
H A Dclk-hfpll.h24 u32 user_vco_mask; member
H A Dhfpll.c28 .user_vco_mask = 0x100000,
/kernel/linux/linux-6.6/drivers/clk/qcom/
H A Dclk-hfpll.c42 if (hd->user_vco_mask && rate > hd->low_vco_max_rate) in __clk_hfpll_init_once()
43 regval |= hd->user_vco_mask; in __clk_hfpll_init_once()
170 if (hd->user_reg && hd->user_vco_mask) { in clk_hfpll_set_rate()
173 val &= ~hd->user_vco_mask; in clk_hfpll_set_rate()
175 val |= hd->user_vco_mask; in clk_hfpll_set_rate()
H A Dclk-hfpll.h24 u32 user_vco_mask; member
H A Dhfpll.c28 .user_vco_mask = 0x100000,

Completed in 3 milliseconds