Lines Matching refs:reg
17 unsigned int reg;
22 regmap_read(common->regmap, common->reg, ®);
23 parent = reg >> mux->shift;
50 unsigned int reg;
55 regmap_read(common->regmap, common->reg, ®);
56 reg &= ~GENMASK(mux->width + mux->shift - 1, mux->shift);
57 regmap_write(common->regmap, common->reg,
58 reg | (index << mux->shift));