Lines Matching refs:reg_out
146 uint8_t reg_out[2];
211 uint8_t reg_out;
216 reg_out = (off > 7) ? chip->reg_out[1] : chip->reg_out[0];
217 reg_out = (reg_out & ~mask) | (val & mask);
219 ret = max732x_writeb(chip, is_group_a(chip, off), reg_out);
225 chip->reg_out[1] = reg_out;
227 chip->reg_out[0] = reg_out;
335 msg = (chip->irq_mask << 8) | chip->reg_out[0];
340 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]);