Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/arch/m68k/mac/
Diop.c400 iop_writeb(iop, IOP_ADDR_SEND_STATE + chan, IOP_MSG_IDLE); in iop_handle_send()
416 if (msg && iop_readb(iop, IOP_ADDR_SEND_STATE + chan) == IOP_MSG_IDLE) in iop_handle_send()
574 else if (state != IOP_MSG_IDLE) in iop_ism_irq()
587 else if (state != IOP_MSG_IDLE) in iop_ism_irq()
/kernel/linux/linux-5.10/arch/m68k/include/asm/
Dmac_iop.h45 #define IOP_MSG_IDLE 0 /* idle */ macro