Lines Matching defs:regmap
12 #include <linux/regmap.h>
19 #include "clk-regmap.h"
20 #include "clk-regmap-divider.h"
21 #include "clk-regmap-mux.h"
22 #include "clk-regmap-phy-mux.h"
3340 struct regmap *regmap;
3343 regmap = qcom_cc_map(pdev, &gcc_sm8550_desc);
3344 if (IS_ERR(regmap))
3345 return PTR_ERR(regmap);
3347 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
3353 regmap_update_bits(regmap, gcc_ufs_phy_ice_core_clk.halt_reg, BIT(14), BIT(14));
3361 regmap_update_bits(regmap, 0x26004, BIT(0), BIT(0));
3362 regmap_update_bits(regmap, 0x26028, BIT(0), BIT(0));
3363 regmap_update_bits(regmap, 0x27004, BIT(0), BIT(0));
3364 regmap_update_bits(regmap, 0x27018, BIT(0), BIT(0));
3365 regmap_update_bits(regmap, 0x71004, BIT(0), BIT(0));
3366 regmap_update_bits(regmap, 0x32004, BIT(0), BIT(0));
3367 regmap_update_bits(regmap, 0x32030, BIT(0), BIT(0));
3370 regmap_write(regmap, 0x52024, 0x0);
3372 return qcom_cc_really_probe(pdev, &gcc_sm8550_desc, regmap);