Searched refs:iop_writeb (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/arch/m68k/mac/ |
H A D | iop.c | 177 static __inline__ void iop_writeb(volatile struct mac_iop *iop, __u16 addr, __u8 data) in iop_writeb() function 204 iop_writeb(iop, IOP_ADDR_ALIVE, 0); in iop_alive() 356 iop_writeb(iop_base[iop_num], offset, msg->reply[i]); in iop_complete_message() 359 iop_writeb(iop_base[iop_num], in iop_complete_message() 381 iop_writeb(iop, offset, msg->message[i]); in iop_do_send() 384 iop_writeb(iop, IOP_ADDR_SEND_STATE + msg->channel, IOP_MSG_NEW); in iop_do_send() 400 iop_writeb(iop, IOP_ADDR_SEND_STATE + chan, IOP_MSG_IDLE); in iop_handle_send() 445 iop_writeb(iop, IOP_ADDR_RECV_STATE + chan, IOP_MSG_RCVD); in iop_handle_recv()
|
/kernel/linux/linux-6.6/arch/m68k/mac/ |
H A D | iop.c | 181 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()
|
Completed in 4 milliseconds