Lines Matching defs:regmap
10 #include <linux/regmap.h>
17 #include "clk-regmap.h"
18 #include "clk-regmap-divider.h"
366 struct regmap *regmap;
377 regmap = qcom_cc_map(pdev, &video_cc_sm8250_desc);
378 if (IS_ERR(regmap)) {
380 return PTR_ERR(regmap);
383 clk_lucid_pll_configure(&video_pll0, regmap, &video_pll0_config);
384 clk_lucid_pll_configure(&video_pll1, regmap, &video_pll1_config);
387 regmap_update_bits(regmap, 0xe58, BIT(0), BIT(0));
388 regmap_update_bits(regmap, 0xeec, BIT(0), BIT(0));
390 ret = qcom_cc_really_probe(pdev, &video_cc_sm8250_desc, regmap);