Home
last modified time | relevance | path

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

/openbmc/linux/arch/m68k/mac/
H A Diop.c181 static __inline__ void iop_writeb(volatile struct mac_iop *iop, __u16 addr, __u8 data) in iop_writeb() function
208 iop_writeb(iop, IOP_ADDR_ALIVE, 0); in iop_alive()
338 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message()
341 iop_writeb(iop_base[iop_num], in iop_complete_message()
363 iop_writeb(iop, offset, msg->message[i]); in iop_do_send()
366 iop_writeb(iop, IOP_ADDR_SEND_STATE + msg->channel, IOP_MSG_NEW); in iop_do_send()
382 iop_writeb(iop, IOP_ADDR_SEND_STATE + chan, IOP_MSG_IDLE); in iop_handle_send()
427 iop_writeb(iop, IOP_ADDR_RECV_STATE + chan, IOP_MSG_RCVD); in iop_handle_recv()