Lines Matching defs:regmap
11 #include <linux/regmap.h>
18 #include "clk-regmap.h"
19 #include "clk-regmap-divider.h"
20 #include "clk-regmap-mux.h"
21 #include "clk-regmap-phy-mux.h"
3268 struct regmap *regmap;
3271 regmap = qcom_cc_map(pdev, &gcc_sm8450_desc);
3272 if (IS_ERR(regmap))
3273 return PTR_ERR(regmap);
3275 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
3281 regmap_update_bits(regmap, gcc_ufs_phy_ice_core_clk.halt_reg, BIT(14), BIT(14));
3289 regmap_update_bits(regmap, 0x36004, BIT(0), BIT(0));
3290 regmap_update_bits(regmap, 0x36020, BIT(0), BIT(0));
3291 regmap_update_bits(regmap, 0x37004, BIT(0), BIT(0));
3292 regmap_update_bits(regmap, 0x3701c, BIT(0), BIT(0));
3293 regmap_update_bits(regmap, 0x81004, BIT(0), BIT(0));
3294 regmap_update_bits(regmap, 0x42004, BIT(0), BIT(0));
3295 regmap_update_bits(regmap, 0x42028, BIT(0), BIT(0));
3297 return qcom_cc_really_probe(pdev, &gcc_sm8450_desc, regmap);