Lines Matching defs:regmap
9 #include <linux/regmap.h>
16 #include "clk-regmap-divider.h"
452 struct regmap *regmap;
454 regmap = qcom_cc_map(pdev, &gpu_cc_sc7280_desc);
455 if (IS_ERR(regmap))
456 return PTR_ERR(regmap);
458 clk_lucid_pll_configure(&gpu_cc_pll1, regmap, &gpu_cc_pll1_config);
464 regmap_update_bits(regmap, 0x1170, BIT(0), BIT(0));
465 regmap_update_bits(regmap, 0x1098, BIT(0), BIT(0));
466 regmap_update_bits(regmap, 0x1098, BIT(13), BIT(13));
468 return qcom_cc_really_probe(pdev, &gpu_cc_sc7280_desc, regmap);