Lines Matching defs:regmap
11 #include <linux/regmap.h>
18 #include "clk-regmap.h"
19 #include "clk-regmap-divider.h"
406 struct regmap *regmap;
417 regmap = qcom_cc_map(pdev, &video_cc_sm8450_desc);
418 if (IS_ERR(regmap)) {
420 return PTR_ERR(regmap);
423 clk_lucid_evo_pll_configure(&video_cc_pll0, regmap, &video_cc_pll0_config);
424 clk_lucid_evo_pll_configure(&video_cc_pll1, regmap, &video_cc_pll1_config);
432 regmap_update_bits(regmap, 0x80e4, BIT(0), BIT(0));
433 regmap_update_bits(regmap, 0x8130, BIT(0), BIT(0));
434 regmap_update_bits(regmap, 0x8114, BIT(0), BIT(0));
436 ret = qcom_cc_really_probe(pdev, &video_cc_sm8450_desc, regmap);