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"
4733 struct regmap *regmap;
4736 regmap = qcom_cc_map(pdev, &gcc_sa8775p_desc);
4737 if (IS_ERR(regmap))
4738 return PTR_ERR(regmap);
4740 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
4751 regmap_update_bits(regmap, 0x32004, BIT(0), BIT(0));
4752 regmap_update_bits(regmap, 0x32020, BIT(0), BIT(0));
4753 regmap_update_bits(regmap, 0xc7004, BIT(0), BIT(0));
4754 regmap_update_bits(regmap, 0xc7018, BIT(0), BIT(0));
4755 regmap_update_bits(regmap, 0x33004, BIT(0), BIT(0));
4756 regmap_update_bits(regmap, 0x33018, BIT(0), BIT(0));
4757 regmap_update_bits(regmap, 0x7d004, BIT(0), BIT(0));
4758 regmap_update_bits(regmap, 0x34004, BIT(0), BIT(0));
4759 regmap_update_bits(regmap, 0x34024, BIT(0), BIT(0));
4761 return qcom_cc_really_probe(pdev, &gcc_sa8775p_desc, regmap);