arch/m68k/mac/iop.c
210
iop_writeb(iop, IOP_ADDR_ALIVE, 0);
arch/m68k/mac/iop.c
340
iop_writeb(iop_base[iop_num], offset, msg->reply[i]);
arch/m68k/mac/iop.c
343
iop_writeb(iop_base[iop_num],
arch/m68k/mac/iop.c
365
iop_writeb(iop, offset, msg->message[i]);
arch/m68k/mac/iop.c
368
iop_writeb(iop, IOP_ADDR_SEND_STATE + msg->channel, IOP_MSG_NEW);
arch/m68k/mac/iop.c
384
iop_writeb(iop, IOP_ADDR_SEND_STATE + chan, IOP_MSG_IDLE);
arch/m68k/mac/iop.c
429
iop_writeb(iop, IOP_ADDR_RECV_STATE + chan, IOP_MSG_RCVD);