Lines Matching defs:regmap
11 #include <linux/regmap.h>
18 #include "clk-regmap-divider.h"
427 struct regmap *regmap;
438 regmap = qcom_cc_map(pdev, &gpu_cc_sc8280xp_desc);
439 if (IS_ERR(regmap)) {
441 return PTR_ERR(regmap);
444 clk_lucid_pll_configure(&gpu_cc_pll0, regmap, &gpu_cc_pll0_config);
445 clk_lucid_pll_configure(&gpu_cc_pll1, regmap, &gpu_cc_pll1_config);
451 regmap_update_bits(regmap, 0x1170, BIT(0), BIT(0));
452 regmap_update_bits(regmap, 0x109c, BIT(0), BIT(0));
454 ret = qcom_cc_really_probe(pdev, &gpu_cc_sc8280xp_desc, regmap);