Lines Matching defs:regmap
14 #include <linux/regmap.h>
24 #include "clk-regmap.h"
4576 struct regmap *regmap;
4578 regmap = qcom_cc_map(pdev, &gcc_sc8180x_desc);
4579 if (IS_ERR(regmap))
4580 return PTR_ERR(regmap);
4589 regmap_update_bits(regmap, 0xb004, BIT(0), BIT(0));
4590 regmap_update_bits(regmap, 0xb008, BIT(0), BIT(0));
4591 regmap_update_bits(regmap, 0xb00c, BIT(0), BIT(0));
4592 regmap_update_bits(regmap, 0xb040, BIT(0), BIT(0));
4593 regmap_update_bits(regmap, 0xb044, BIT(0), BIT(0));
4594 regmap_update_bits(regmap, 0xb048, BIT(0), BIT(0));
4595 regmap_update_bits(regmap, 0x48004, BIT(0), BIT(0));
4596 regmap_update_bits(regmap, 0x48190, BIT(0), BIT(0));
4597 regmap_update_bits(regmap, 0x4d004, BIT(0), BIT(0));
4598 regmap_update_bits(regmap, 0x71004, BIT(0), BIT(0));
4601 regmap_update_bits(regmap, 0x4d110, 0x3, 0x3);
4602 regmap_update_bits(regmap, 0x71028, 0x3, 0x3);
4604 return qcom_cc_really_probe(pdev, &gcc_sc8180x_desc, regmap);