Lines Matching defs:regmap
14 #include <linux/regmap.h>
21 #include "clk-regmap.h"
22 #include "clk-regmap-divider.h"
3356 struct regmap *regmap;
3358 regmap = qcom_cc_map(pdev, &mmcc_msm8996_desc);
3359 if (IS_ERR(regmap))
3360 return PTR_ERR(regmap);
3363 regmap_update_bits(regmap, 0x50d8, BIT(31), 0);
3365 regmap_update_bits(regmap, 0x5054, BIT(15), 0);
3367 return qcom_cc_really_probe(pdev, &mmcc_msm8996_desc, regmap);