Lines Matching defs:regmap
15 #include <linux/regmap.h>
33 struct regmap *regmap;
40 struct regmap *scu;
175 rc = regmap_write(lpc_ctrl->regmap, HICR7,
180 rc = regmap_write(lpc_ctrl->regmap, HICR8,
201 regmap_write(lpc_ctrl->regmap, HICR6, SW_FWH2AHB);
208 return regmap_update_bits(lpc_ctrl->regmap, HICR5,
292 lpc_ctrl->regmap = syscon_node_to_regmap(np);
293 if (IS_ERR(lpc_ctrl->regmap)) {
294 dev_err(dev, "Couldn't get regmap\n");