Lines Matching defs:to_reg
103 static inline int to_reg(int gpio, enum ctrl_register type)
140 int reg = to_reg(gpio, CTRL_IN);
148 int reg = to_reg(gpio, CTRL_OUT);
160 int reg = to_reg(gpio, CTRL_OUT);
172 int ret, reg = to_reg(gpio, CTRL_OUT);
191 int ret, reg = to_reg(gpio, CTRL_IN);
206 int reg = to_reg(gpio, CTRL_OUT);
218 int reg = to_reg(gpio, CTRL_OUT);
378 ret += regmap_read(wg->regmap, to_reg(gpio, CTRL_OUT), &ctlo);
379 ret += regmap_read(wg->regmap, to_reg(gpio, CTRL_IN), &ctli);