Searched refs:status_ctrl (Results 1 – 2 of 2) sorted by relevance
186 iop->status_ctrl = IOP_AUTOINC; in iop_stop()191 iop->status_ctrl = IOP_RUN | IOP_AUTOINC; in iop_start()196 iop->status_ctrl = IOP_IRQ | IOP_RUN | IOP_AUTOINC; in iop_interrupt()561 iop_pr_debug("status %02X\n", iop->status_ctrl); in iop_ism_irq()565 if (iop->status_ctrl & IOP_INT0) { in iop_ism_irq()566 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()567 iop_pr_debug("new status %02X, send states", iop->status_ctrl); in iop_ism_irq()578 if (iop->status_ctrl & IOP_INT1) { /* INT1 for incoming msgs */ in iop_ism_irq()579 iop->status_ctrl = IOP_INT1 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()580 iop_pr_debug("new status %02X, recv states", iop->status_ctrl); in iop_ism_irq()
82 __u8 status_ctrl; /* status/control register */ member