Lines Matching defs:regmap
12 #include <linux/regmap.h>
20 #include "clk-regmap.h"
21 #include "clk-regmap-divider.h"
526 struct regmap *regmap;
552 regmap = qcom_cc_map(pdev, &video_cc_sm8350_desc);
553 if (IS_ERR(regmap)) {
555 return PTR_ERR(regmap);
558 clk_lucid_pll_configure(&video_pll0, regmap, &video_pll0_config);
559 clk_lucid_pll_configure(&video_pll1, regmap, &video_pll1_config);
566 regmap_update_bits(regmap, 0xe58, BIT(0), BIT(0));
567 regmap_update_bits(regmap, video_cc_xo_clk_cbcr, BIT(0), BIT(0));
569 ret = qcom_cc_really_probe(pdev, &video_cc_sm8350_desc, regmap);