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

/linux-master/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 143 milliseconds