Lines Matching defs:regmap
17 #include <linux/regmap.h>
34 regmap_read(gate->regmap, gate->ckon_offset, &val);
51 regmap_update_bits(gate->regmap, gate->ckoff_offset, clk, clk);
62 regmap_update_bits(gate->regmap, gate->ckon_offset, clk, clk);
77 struct regmap *regmap,
106 gate->regmap = regmap;
169 ctx->regmap,
188 struct regmap *regmap,
203 ctx->regmap = regmap;