Lines Matching defs:regmap
14 #include <linux/regmap.h>
21 #include "clk-regmap.h"
22 #include "clk-regmap-divider.h"
23 #include "clk-regmap-mux.h"
24 #include "clk-regmap-phy-mux.h"
7529 struct regmap *regmap;
7540 regmap = qcom_cc_map(pdev, &gcc_sc8280xp_desc);
7541 if (IS_ERR(regmap)) {
7542 ret = PTR_ERR(regmap);
7552 regmap_update_bits(regmap, 0x26004, BIT(0), BIT(0));
7553 regmap_update_bits(regmap, 0x26020, BIT(0), BIT(0));
7554 regmap_update_bits(regmap, 0x27004, BIT(0), BIT(0));
7555 regmap_update_bits(regmap, 0x27028, BIT(0), BIT(0));
7556 regmap_update_bits(regmap, 0x71004, BIT(0), BIT(0));
7557 regmap_update_bits(regmap, 0x28004, BIT(0), BIT(0));
7558 regmap_update_bits(regmap, 0x28028, BIT(0), BIT(0));
7559 regmap_update_bits(regmap, 0xbb004, BIT(0), BIT(0));
7560 regmap_update_bits(regmap, 0xbb028, BIT(0), BIT(0));
7562 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, ARRAY_SIZE(gcc_dfs_clocks));
7566 ret = qcom_cc_really_probe(pdev, &gcc_sc8280xp_desc, regmap);