Lines Matching defs:regmap
13 #include <linux/regmap.h>
20 #include "clk-regmap.h"
21 #include "clk-regmap-divider.h"
3618 struct regmap *regmap;
3620 regmap = qcom_cc_map(pdev, &mmcc_msm8996_desc);
3621 if (IS_ERR(regmap))
3622 return PTR_ERR(regmap);
3625 regmap_update_bits(regmap, 0x50d8, BIT(31), 0);
3627 regmap_update_bits(regmap, 0x5054, BIT(15), 0);
3629 return qcom_cc_really_probe(pdev, &mmcc_msm8996_desc, regmap);