Home
last modified time | relevance | path

Searched refs:status_ctrl (Results 1 – 2 of 2) sorted by relevance

/Linux-v4.19/arch/m68k/mac/
Diop.c186 iop->status_ctrl &= ~IOP_RUN; in iop_stop()
191 iop->status_ctrl = IOP_RUN | IOP_AUTOINC; in iop_start()
196 iop->status_ctrl |= IOP_BYPASS; in iop_bypass()
201 iop->status_ctrl |= IOP_IRQ; in iop_interrupt()
247 iop_base[IOP_NUM_SCC]->status_ctrl = 0x87; in iop_preinit()
259 iop_base[IOP_NUM_ISM]->status_ctrl = 0; in iop_preinit()
570 iop_pr_debug("status %02X\n", iop->status_ctrl); in iop_ism_irq()
574 if (iop->status_ctrl & IOP_INT0) { in iop_ism_irq()
575 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()
576 iop_pr_debug("new status %02X, send states", iop->status_ctrl); in iop_ism_irq()
[all …]
/Linux-v4.19/arch/m68k/include/asm/
Dmac_iop.h82 __u8 status_ctrl; /* status/control register */ member