Searched refs:IOP_INT0 (Results 1 - 2 of 2) sorted by last modified time

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

Completed in 130 milliseconds