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

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/ip2/
H A Dip2main.c1033 unsigned char tempCommand[16]; local
1051 CHANNEL_OF(tempCommand) = 0;
1052 PTYPE_OF(tempCommand) = PTYPE_INLINE;
1053 CMD_COUNT_OF(tempCommand) = 2;
1054 (CMD_OF(tempCommand))[0] = CMDVALUE_IRQ;
1055 (CMD_OF(tempCommand))[1] = boardIrq;
1061 iiWriteBuf(pB, tempCommand, 4);
1069 CHANNEL_OF(tempCommand) = 0;
1070 PTYPE_OF(tempCommand) = PTYPE_BYPASS;
1071 CMD_COUNT_OF(tempCommand)
[all...]

Completed in 96 milliseconds