Searched refs:IOP_MSG_IDLE (Results 1 – 2 of 2) sorted by relevance
382 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()
45 #define IOP_MSG_IDLE 0 /* idle */ macro