Lines Matching refs:status
456 int *status;
484 status = &status_regs[offset];
491 *status = wm831x_reg_read(wm831x, status_addr);
492 if (*status < 0) {
494 "Failed to read IRQ status: %d\n",
495 *status);
502 *status &= ~wm831x->irq_masks_cur[offset];
507 wm831x_reg_write(wm831x, status_addr, *status);
510 if (*status & wm831x_irqs[i].mask)
515 * status. This is sucky but improves interoperability.