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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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 */
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/m68k/mac/
H A Diop.c363 offset = IOP_ADDR_RECV_MSG + (msg->channel * IOP_MSG_LEN);
365 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
385 offset = IOP_ADDR_SEND_MSG + (msg->channel * IOP_MSG_LEN);
387 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
416 offset = IOP_ADDR_SEND_MSG + (chan * IOP_MSG_LEN);
417 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
450 offset = IOP_ADDR_RECV_MSG + (chan * IOP_MSG_LEN);
452 for (i = 0 ; i < IOP_MSG_LEN ; i++, offset++) {
467 for (i = 0 ; i < IOP_MSG_LEN ; i++) {
492 if (msg_len > IOP_MSG_LEN) retur
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/macintosh/
H A Dadb-iop.c144 memcpy(msg->reply, msg->message, IOP_MSG_LEN);

Completed in 47 milliseconds