Lines Matching defs:regmap
11 #include <linux/regmap.h>
18 #include "clk-regmap-divider.h"
19 #include "clk-regmap-mux.h"
20 #include "clk-regmap-phy-mux.h"
3449 struct regmap *regmap;
3452 regmap = qcom_cc_map(pdev, &gcc_sc7280_desc);
3453 if (IS_ERR(regmap))
3454 return PTR_ERR(regmap);
3461 regmap_update_bits(regmap, 0x26004, BIT(0), BIT(0));
3462 regmap_update_bits(regmap, 0x26028, BIT(0), BIT(0));
3463 regmap_update_bits(regmap, 0x27004, BIT(0), BIT(0));
3464 regmap_update_bits(regmap, 0x2701C, BIT(0), BIT(0));
3465 regmap_update_bits(regmap, 0x28004, BIT(0), BIT(0));
3466 regmap_update_bits(regmap, 0x28014, BIT(0), BIT(0));
3467 regmap_update_bits(regmap, 0x71004, BIT(0), BIT(0));
3468 regmap_update_bits(regmap, 0x7100C, BIT(13), BIT(13));
3470 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
3475 return qcom_cc_really_probe(pdev, &gcc_sc7280_desc, regmap);