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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/net/
H A Dsb1000.c519 static const unsigned char Command1[6] = {0x20, 0x00, 0x00, 0x00, 0x00, 0x00}; local
526 return card_send_command(ioaddr, name, Command1, st);
533 static const unsigned char Command1[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; local
541 if ((status = card_send_command(ioaddr, name, Command1, st)))
629 static const unsigned char Command1[6] = {0x80, 0x41, 0x00, 0x00, 0x00, 0x00}; local
644 if ((status = card_send_command(ioaddr, name, Command1, st)))
669 unsigned char Command1[6] = {0x80, 0x32, 0x00, 0x00, 0x00, 0x00}; local
685 Command1[3] = p & 0xff;
687 Command1[2] = p & 0xff;
688 if ((status = card_send_command(ioaddr, name, Command1, s
1093 static const unsigned char Command1[6] = {0x80, 0x2e, 0x00, 0x00, 0x00, 0x00}; local
[all...]

Completed in 80 milliseconds