Lines Matching defs:regmap
9 #include <linux/regmap.h>
16 #include "clk-regmap.h"
17 #include "clk-regmap-divider.h"
332 struct regmap *regmap;
334 regmap = qcom_cc_map(pdev, &video_cc_sm8250_desc);
335 if (IS_ERR(regmap))
336 return PTR_ERR(regmap);
338 clk_lucid_pll_configure(&video_pll0, regmap, &video_pll0_config);
339 clk_lucid_pll_configure(&video_pll1, regmap, &video_pll1_config);
342 regmap_update_bits(regmap, 0xe58, BIT(0), BIT(0));
343 regmap_update_bits(regmap, 0xeec, BIT(0), BIT(0));
345 return qcom_cc_really_probe(pdev, &video_cc_sm8250_desc, regmap);