Searched refs:Command3 (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.c631 static const unsigned char Command3[6] = {0x80, 0x43, 0x00, 0x00, 0x00, 0x00}; local
652 if ((status = card_send_command(ioaddr, name, Command3, st)))
671 unsigned char Command3[6] = {0x80, 0x34, 0x00, 0x00, 0x00, 0x00}; local
699 Command3[3] = p & 0xff;
701 Command3[2] = p & 0xff;
702 if ((status = card_send_command(ioaddr, name, Command3, 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.c631 static const unsigned char Command3[6] = {0x80, 0x43, 0x00, 0x00, 0x00, 0x00}; local
652 if ((status = card_send_command(ioaddr, name, Command3, st)))
671 unsigned char Command3[6] = {0x80, 0x34, 0x00, 0x00, 0x00, 0x00}; local
699 Command3[3] = p & 0xff;
701 Command3[2] = p & 0xff;
702 if ((status = card_send_command(ioaddr, name, Command3, st)))

Completed in 108 milliseconds