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

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