Lines Matching refs:to_reg
100 static inline int to_reg(int gpio, enum ctrl_register reg_type)
135 int reg = to_reg(gpio, CTRL_IN);
146 int reg = to_reg(gpio, CTRL_OUT);
158 int reg = to_reg(gpio, CTRL_OUT);
170 int ret, reg = to_reg(gpio, CTRL_OUT);
189 int ret, reg = to_reg(gpio, CTRL_IN);
204 int reg = to_reg(gpio, CTRL_OUT);
219 int reg = to_reg(gpio, CTRL_OUT);
374 ret += regmap_read(wg->regmap, to_reg(gpio, CTRL_OUT), &ctlo);
375 ret += regmap_read(wg->regmap, to_reg(gpio, CTRL_IN), &ctli);