Searched refs:IOP_MSG_LEN (Results 1 - 3 of 3) sorted by relevance

/linux-4.4.14/arch/m68k/include/asm/
H A Dmac_iop.h35 #define IOP_MSG_LEN 32 macro
144 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */
145 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */
/linux-4.4.14/arch/m68k/mac/
H A Diop.c356 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN); iop_complete_message()
358 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { iop_complete_message()
378 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN); iop_do_send()
380 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { iop_do_send()
409 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN); iop_handle_send()
410 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { iop_handle_send()
443 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN); iop_handle_recv()
445 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { iop_handle_recv()
460 for (i = 0 ; i < IOP_MSG_LEN ; i++) { iop_handle_recv()
485 if (msg_len > IOP_MSG_LEN) return -EINVAL; iop_send_message()
/linux-4.4.14/drivers/macintosh/
H A Dadb-iop.c148 memcpy(msg->reply, msg->message, IOP_MSG_LEN); adb_iop_listen()

Completed in 93 milliseconds