Lines Matching defs:regmap
12 #include <linux/regmap.h>
22 #include "clk-regmap.h"
3747 struct regmap *regmap;
3749 regmap = qcom_cc_map(pdev, &gcc_sm8150_desc);
3750 if (IS_ERR(regmap))
3751 return PTR_ERR(regmap);
3754 regmap_update_bits(regmap, 0x4d110, 0x3, 0x3);
3755 regmap_update_bits(regmap, 0x71028, 0x3, 0x3);
3757 return qcom_cc_really_probe(pdev, &gcc_sm8150_desc, regmap);