Lines Matching defs:regmap
16 #include <linux/regmap.h>
24 #include "clk-regmap.h"
25 #include "clk-regmap-divider.h"
2832 struct regmap *regmap;
2840 regmap = qcom_cc_map(pdev, &mmcc_660_desc);
2841 if (IS_ERR(regmap))
2842 return PTR_ERR(regmap);
2847 clk_alpha_pll_configure(&mmpll3, regmap, &mmpll3_config);
2848 clk_alpha_pll_configure(&mmpll4, regmap, &mmpll4_config);
2849 clk_alpha_pll_configure(&mmpll5, regmap, &mmpll5_config);
2850 clk_alpha_pll_configure(&mmpll7, regmap, &mmpll7_config);
2851 clk_alpha_pll_configure(&mmpll8, regmap, &mmpll8_config);
2852 clk_alpha_pll_configure(&mmpll10, regmap, &mmpll10_config);
2854 return qcom_cc_really_probe(pdev, &mmcc_660_desc, regmap);