Home
last modified time | relevance | path

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

/arch/m68k/mac/
Diop.c351 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->reply); in iop_complete_message()
353 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN); in iop_complete_message()
355 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_complete_message()
376 msg->iop_num, msg->channel, IOP_MSG_LEN, msg->message); in iop_do_send()
378 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN); in iop_do_send()
380 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_do_send()
405 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN); in iop_handle_send()
406 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) { in iop_handle_send()
410 iop_num, chan, IOP_MSG_LEN, msg->reply); in iop_handle_send()
437 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN); in iop_handle_recv()
[all …]
/arch/m68k/include/asm/
Dmac_iop.h36 #define IOP_MSG_LEN 32 macro
145 __u8 message[IOP_MSG_LEN]; /* the message being sent/received */
146 __u8 reply[IOP_MSG_LEN]; /* the reply to the message */