status_ctrl 82 arch/m68k/include/asm/mac_iop.h __u8 status_ctrl; /* status/control register */ status_ctrl 186 arch/m68k/mac/iop.c iop->status_ctrl &= ~IOP_RUN; status_ctrl 191 arch/m68k/mac/iop.c iop->status_ctrl = IOP_RUN | IOP_AUTOINC; status_ctrl 196 arch/m68k/mac/iop.c iop->status_ctrl |= IOP_BYPASS; status_ctrl 201 arch/m68k/mac/iop.c iop->status_ctrl |= IOP_IRQ; status_ctrl 247 arch/m68k/mac/iop.c iop_base[IOP_NUM_SCC]->status_ctrl = 0x87; status_ctrl 259 arch/m68k/mac/iop.c iop_base[IOP_NUM_ISM]->status_ctrl = 0; status_ctrl 570 arch/m68k/mac/iop.c iop_pr_debug("status %02X\n", iop->status_ctrl); status_ctrl 574 arch/m68k/mac/iop.c if (iop->status_ctrl & IOP_INT0) { status_ctrl 575 arch/m68k/mac/iop.c iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; status_ctrl 576 arch/m68k/mac/iop.c iop_pr_debug("new status %02X, send states", iop->status_ctrl); status_ctrl 587 arch/m68k/mac/iop.c if (iop->status_ctrl & IOP_INT1) { /* INT1 for incoming msgs */ status_ctrl 588 arch/m68k/mac/iop.c iop->status_ctrl = IOP_INT1 | IOP_RUN | IOP_AUTOINC; status_ctrl 589 arch/m68k/mac/iop.c iop_pr_debug("new status %02X, recv states", iop->status_ctrl);