Lines Matching defs:regmap
10 #include <linux/regmap.h>
17 #include "clk-regmap.h"
18 #include "clk-regmap-divider.h"
19 #include "clk-regmap-mux.h"
20 #include "clk-regmap-phy-mux.h"
2927 struct regmap *regmap;
2930 regmap = qcom_cc_map(pdev, &gcc_sdx75_desc);
2931 if (IS_ERR(regmap))
2932 return PTR_ERR(regmap);
2934 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
2944 regmap_update_bits(regmap, 0x3e004, BIT(0), BIT(0));
2945 regmap_update_bits(regmap, 0x3e008, BIT(0), BIT(0));
2947 return qcom_cc_really_probe(pdev, &gcc_sdx75_desc, regmap);