Lines Matching defs:regmap
12 #include <linux/regmap.h>
20 #include "clk-regmap.h"
4137 struct regmap *regmap;
4140 regmap = qcom_cc_map(pdev, &gcc_sm6125_desc);
4141 if (IS_ERR(regmap))
4142 return PTR_ERR(regmap);
4148 regmap_update_bits(regmap, 0x80258, 0x1, 0x1);
4154 regmap_update_bits(regmap, 0x51004, 0x3000, 0x2000);
4155 regmap_update_bits(regmap, 0x51020, 0x3000, 0x2000);
4156 regmap_update_bits(regmap, 0x5103c, 0x3000, 0x2000);
4157 regmap_update_bits(regmap, 0x51058, 0x3000, 0x2000);
4159 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
4164 return qcom_cc_really_probe(pdev, &gcc_sm6125_desc, regmap);