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 u8 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1); in iop_ism_irq()565 iop->status_ctrl); in iop_ism_irq()569 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()582 iop->status_ctrl = IOP_INT1 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()593 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1); in iop_ism_irq()
82 __u8 status_ctrl; /* status/control register */ member