Lines Matching defs:regmap
13 #include <linux/regmap.h>
20 #include "clk-regmap.h"
21 #include "clk-regmap-divider.h"
2561 struct regmap *regmap;
2596 regmap = qcom_cc_map(pdev, &mmcc_msm8994_desc);
2597 if (IS_ERR(regmap))
2598 return PTR_ERR(regmap);
2600 clk_alpha_pll_configure(&mmpll0_early, regmap, &mmpll_p_config);
2601 clk_alpha_pll_configure(&mmpll1_early, regmap, &mmpll_p_config);
2602 clk_alpha_pll_configure(&mmpll3_early, regmap, &mmpll_p_config);
2603 clk_alpha_pll_configure(&mmpll5_early, regmap, &mmpll_p_config);
2605 return qcom_cc_really_probe(pdev, &mmcc_msm8994_desc, regmap);