Lines Matching defs:regmap
11 #include <linux/regmap.h>
18 #include "clk-regmap.h"
19 #include "clk-regmap-divider.h"
413 struct regmap *regmap;
424 regmap = qcom_cc_map(pdev, &video_cc_sm8550_desc);
425 if (IS_ERR(regmap)) {
427 return PTR_ERR(regmap);
430 clk_lucid_evo_pll_configure(&video_cc_pll0, regmap, &video_cc_pll0_config);
431 clk_lucid_evo_pll_configure(&video_cc_pll1, regmap, &video_cc_pll1_config);
439 regmap_update_bits(regmap, 0x80f4, BIT(0), BIT(0));
440 regmap_update_bits(regmap, 0x8140, BIT(0), BIT(0));
441 regmap_update_bits(regmap, 0x8124, BIT(0), BIT(0));
443 ret = qcom_cc_really_probe(pdev, &video_cc_sm8550_desc, regmap);