Searched refs:IOP_INT1 (Results 1 - 2 of 2) sorted by path

/linux-master/arch/m68k/include/asm/
H A Dmac_iop.h29 #define IOP_INT1 0x20 /* intr priority from IOP to host */ macro
/linux-master/arch/m68k/mac/
H A Diop.c545 u8 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1);
565 if (events & IOP_INT1) {
566 iop->status_ctrl = IOP_INT1 | IOP_RUN | IOP_AUTOINC;
577 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1);

Completed in 222 milliseconds