Searched refs:clk_pll_configure_sr_hpm_lp (Results 1 – 6 of 6) sorted by relevance
/linux/drivers/clk/qcom/ |
H A D | clk-pll.h | 78 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap,
|
H A D | clk-pll.c | 254 void clk_pll_configure_sr_hpm_lp(struct clk_pll *pll, struct regmap *regmap, in clk_pll_configure_sr_hpm_lp() function 261 EXPORT_SYMBOL_GPL(clk_pll_configure_sr_hpm_lp);
|
H A D | mmcc-msm8974.c | 2765 clk_pll_configure_sr_hpm_lp(&mmpll1, regmap, &mmpll1_config, true); in mmcc_msm8974_probe() 2766 clk_pll_configure_sr_hpm_lp(&mmpll3, regmap, &mmpll3_config, false); in mmcc_msm8974_probe()
|
H A D | mmcc-apq8084.c | 3139 clk_pll_configure_sr_hpm_lp(&mmpll1, regmap, &mmpll1_config, true); in mmcc_apq8084_probe() 3140 clk_pll_configure_sr_hpm_lp(&mmpll3, regmap, &mmpll3_config, false); in mmcc_apq8084_probe()
|
H A D | gcc-msm8939.c | 4108 clk_pll_configure_sr_hpm_lp(&gpll3, regmap, &gpll3_config, true); in gcc_msm8939_probe() 4109 clk_pll_configure_sr_hpm_lp(&gpll4, regmap, &gpll4_config, true); in gcc_msm8939_probe()
|
H A D | gcc-msm8976.c | 4120 clk_pll_configure_sr_hpm_lp(&gpll3, regmap, &gpll3_config, true); in gcc_msm8976_probe()
|