Home
last modified time | relevance | path

Searched full:cmn_pll (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/clk/qcom/
H A Dipq-cmn-pll.c187 struct clk_cmn_pll *cmn_pll = to_clk_cmn_pll(hw); in clk_cmn_pll_recalc_rate() local
194 regmap_read(cmn_pll->regmap, CMN_PLL_DIVIDER_CTRL, &val); in clk_cmn_pll_recalc_rate()
218 struct clk_cmn_pll *cmn_pll = to_clk_cmn_pll(hw); in clk_cmn_pll_set_rate() local
230 ret = regmap_update_bits(cmn_pll->regmap, CMN_PLL_REFCLK_CONFIG, in clk_cmn_pll_set_rate()
241 ret = regmap_update_bits(cmn_pll->regmap, CMN_PLL_REFCLK_CONFIG, in clk_cmn_pll_set_rate()
247 ret = regmap_update_bits(cmn_pll->regmap, CMN_PLL_REFCLK_SRC_SELECTION, in clk_cmn_pll_set_rate()
255 ret = regmap_set_bits(cmn_pll->regmap, CMN_PLL_CTRL, in clk_cmn_pll_set_rate()
264 ret = regmap_clear_bits(cmn_pll->regmap, CMN_PLL_POWER_ON_AND_RESET, in clk_cmn_pll_set_rate()
270 ret = regmap_set_bits(cmn_pll->regmap, CMN_PLL_POWER_ON_AND_RESET, in clk_cmn_pll_set_rate()
276 return regmap_read_poll_timeout(cmn_pll->regmap, CMN_PLL_LOCKED, val, in clk_cmn_pll_set_rate()
[all …]
/linux/Documentation/devicetree/bindings/clock/
H A Dqcom,ipq9574-nsscc.yaml28 - description: CMN_PLL NSS 1200MHz (Bias PLL cc) clock source
29 - description: CMN_PLL PPE 353MHz (Bias PLL ubi nc) clock source
74 <&cmn_pll NSS_1200MHZ_CLK>,
75 <&cmn_pll PPE_353MHZ_CLK>,
/linux/drivers/net/mdio/
H A Dmdio-ipq4019.c256 /* To indicate CMN_PLL that ethernet_ldo has been ready if platform resource 1 in ipq_mdio_reset()