Lines Matching defs:regmap
12 #include <linux/regmap.h>
19 #include "clk-regmap.h"
2431 struct regmap *regmap;
2434 regmap = qcom_cc_map(pdev, &gcc_sc7180_desc);
2435 if (IS_ERR(regmap))
2436 return PTR_ERR(regmap);
2442 regmap_update_bits(regmap, 0x09ffc, 0x3, 0x3);
2443 regmap_update_bits(regmap, 0x4d110, 0x3, 0x3);
2444 regmap_update_bits(regmap, 0x71028, 0x3, 0x3);
2451 regmap_update_bits(regmap, 0x48004, BIT(0), BIT(0));
2452 regmap_update_bits(regmap, 0x0b004, BIT(0), BIT(0));
2453 regmap_update_bits(regmap, 0x0b008, BIT(0), BIT(0));
2454 regmap_update_bits(regmap, 0x0b00c, BIT(0), BIT(0));
2455 regmap_update_bits(regmap, 0x0b02c, BIT(0), BIT(0));
2456 regmap_update_bits(regmap, 0x0b028, BIT(0), BIT(0));
2457 regmap_update_bits(regmap, 0x0b030, BIT(0), BIT(0));
2458 regmap_update_bits(regmap, 0x71004, BIT(0), BIT(0));
2460 ret = qcom_cc_register_rcg_dfs(regmap, gcc_dfs_clocks,
2465 return qcom_cc_really_probe(pdev, &gcc_sc7180_desc, regmap);