Lines Matching defs:regmap
9 #include <linux/regmap.h>
18 #include "clk-regmap.h"
180 struct regmap *regmap;
183 regmap = qcom_cc_map(pdev, &gpu_cc_sdm845_desc);
184 if (IS_ERR(regmap))
185 return PTR_ERR(regmap);
187 clk_fabia_pll_configure(&gpu_cc_pll1, regmap, &gpu_cc_pll1_config);
196 regmap_update_bits(regmap, 0x1098, mask, value);
198 return qcom_cc_really_probe(pdev, &gpu_cc_sdm845_desc, regmap);