Home
last modified time | relevance | path

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

/Linux-v4.19/arch/m68k/mac/
Diop.c177 static __inline__ void iop_writeb(volatile struct mac_iop *iop, __u16 addr, __u8 data) in iop_writeb() function
209 iop_writeb(iop, IOP_ADDR_ALIVE, 0); in iop_alive()
363 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message()
366 iop_writeb(iop_base[iop_num], in iop_complete_message()
385 iop_writeb(iop, offset, msg->message[i]); in iop_do_send()
388 iop_writeb(iop, IOP_ADDR_SEND_STATE + msg->channel, IOP_MSG_NEW); in iop_do_send()
406 iop_writeb(iop, IOP_ADDR_SEND_STATE + chan, IOP_MSG_IDLE); in iop_handle_send()
447 iop_writeb(iop, IOP_ADDR_RECV_STATE + chan, IOP_MSG_RCVD); in iop_handle_recv()