Home
last modified time | relevance | path

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

/Linux-v5.10/arch/m68k/mac/
Diop.c561 u8 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1); in iop_ism_irq()
581 if (events & IOP_INT1) { 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()
/Linux-v5.10/arch/m68k/include/asm/
Dmac_iop.h29 #define IOP_INT1 0x20 /* intr priority from IOP to host */ macro