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

/asus-wl-520gu-7.0.1.45/src/router/iproute2/reference/asm-m68k/
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 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/include/asm-m68k/
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 */
/asus-wl-520gu-7.0.1.45/src/linux/linux/arch/m68k/mac/
H A Diop.c368 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN);
370 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
390 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN);
392 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
421 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN);
422 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
455 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN);
457 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
472 for (i = 0 ; i < IOP_MSG_LEN ; i++) {
497 if (msg_len > IOP_MSG_LEN) retur
[all...]
/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/macintosh/
H A Dadb-iop.c146 memcpy(msg->reply, msg->message, IOP_MSG_LEN);

Completed in 36 milliseconds