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"
3800 struct regmap *regmap;
3803 regmap = qcom_cc_map(pdev, &gcc_sm8350_desc);
3804 if (IS_ERR(regmap)) {
3806 return PTR_ERR(regmap);
3814 regmap_update_bits(regmap, 0x26004, BIT(0), BIT(0));
3815 regmap_update_bits(regmap, 0x26018, BIT(0), BIT(0));
3816 regmap_update_bits(regmap, 0x27004, BIT(0), BIT(0));
3817 regmap_update_bits(regmap, 0x2701c, BIT(0), BIT(0));
3818 regmap_update_bits(regmap, 0x71004, BIT(0), BIT(0));
3819 regmap_update_bits(regmap, 0x28004, BIT(0), BIT(0));
3820 regmap_update_bits(regmap, 0x28020, BIT(0), BIT(0));
3822 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks, ARRAY_SIZE(gcc_dfs_clocks));
3827 regmap_update_bits(regmap, gcc_ufs_phy_ice_core_clk.halt_reg, BIT(14), BIT(14));
3829 return qcom_cc_really_probe(pdev, &gcc_sm8350_desc, regmap);