Lines Matching defs:reg_out
142 uint8_t reg_out[2];
207 uint8_t reg_out;
212 reg_out = (off > 7) ? chip->reg_out[1] : chip->reg_out[0];
213 reg_out = (reg_out & ~mask) | (val & mask);
215 ret = max732x_writeb(chip, is_group_a(chip, off), reg_out);
221 chip->reg_out[1] = reg_out;
223 chip->reg_out[0] = reg_out;
336 msg = (chip->irq_mask << 8) | chip->reg_out[0];
341 msg = chip->irq_mask | chip->reg_out[0];
689 ret = max732x_readb(chip, is_group_a(chip, 0), &chip->reg_out[0]);
693 ret = max732x_readb(chip, is_group_a(chip, 8), &chip->reg_out[1]);