Home
last modified time | relevance | path

Searched refs:IOP_INT0 (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/arch/m68k/mac/
H A Diop.c561 u8 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1); in iop_ism_irq()
568 if (events & IOP_INT0) { in iop_ism_irq()
569 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()
593 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1); in iop_ism_irq()
/kernel/linux/linux-6.6/arch/m68k/mac/
H A Diop.c543 u8 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1); in iop_ism_irq()
550 if (events & IOP_INT0) { in iop_ism_irq()
551 iop->status_ctrl = IOP_INT0 | IOP_RUN | IOP_AUTOINC; in iop_ism_irq()
575 events = iop->status_ctrl & (IOP_INT0 | IOP_INT1); in iop_ism_irq()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
H A Dmac_iop.h28 #define IOP_INT0 0x10 /* intr priority from IOP to host */ macro
/kernel/linux/linux-6.6/arch/m68k/include/asm/
H A Dmac_iop.h28 #define IOP_INT0 0x10 /* intr priority from IOP to host */ macro

Completed in 4 milliseconds