Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mac/
H A Diop.c382 iop_writeb(iop, IOP_ADDR_SEND_STATE + chan, IOP_MSG_IDLE); in iop_handle_send()
398 if (msg && iop_readb(iop, IOP_ADDR_SEND_STATE + chan) == IOP_MSG_IDLE) in iop_handle_send()
556 else if (state != IOP_MSG_IDLE) in iop_ism_irq()
569 else if (state != IOP_MSG_IDLE) in iop_ism_irq()
/openbmc/linux/arch/m68k/include/asm/
H A Dmac_iop.h45 #define IOP_MSG_IDLE 0 /* idle */ macro