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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/
H A Dsb1000.c630 static const unsigned char Command2[6] = {0x80, 0x42, 0x00, 0x00, 0x00, 0x00}; local
648 if ((status = card_send_command(ioaddr, name, Command2, st)))
670 unsigned char Command2[6] = {0x80, 0x33, 0x00, 0x00, 0x00, 0x00}; local
692 Command2[3] = p & 0xff;
694 Command2[2] = p & 0xff;
695 if ((status = card_send_command(ioaddr, name, Command2, st)))
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/net/
H A Dsb1000.c630 static const unsigned char Command2[6] = {0x80, 0x42, 0x00, 0x00, 0x00, 0x00}; local
648 if ((status = card_send_command(ioaddr, name, Command2, st)))
670 unsigned char Command2[6] = {0x80, 0x33, 0x00, 0x00, 0x00, 0x00}; local
692 Command2[3] = p & 0xff;
694 Command2[2] = p & 0xff;
695 if ((status = card_send_command(ioaddr, name, Command2, st)))

Completed in 119 milliseconds