Lines Matching defs:regmap
11 #include <linux/regmap.h>
21 #include "clk-regmap.h"
3779 struct regmap *regmap;
3781 regmap = qcom_cc_map(pdev, &gcc_sm8150_desc);
3782 if (IS_ERR(regmap))
3783 return PTR_ERR(regmap);
3786 regmap_update_bits(regmap, 0x4d110, 0x3, 0x3);
3787 regmap_update_bits(regmap, 0x71028, 0x3, 0x3);
3789 return qcom_cc_really_probe(pdev, &gcc_sm8150_desc, regmap);