Home
last modified time | relevance | path

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

/linux-4.1.27/arch/m68k/mac/
Diop.c176 iop->status_ctrl &= ~IOP_RUN; in iop_stop()
181 iop->status_ctrl = IOP_RUN | IOP_AUTOINC; in iop_start()
584 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()
604 iop->status_ctrl = IOP_INT1 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()
/linux-4.1.27/arch/m68k/include/asm/
Dmac_iop.h25 #define IOP_RUN 0x04 /* set to 0 to reset IOP chip */ macro