Searched refs:Command3 (Results 1 – 1 of 1) sorted by relevance
/linux-6.12.1/drivers/net/ |
D | sb1000.c | 631 static const unsigned char Command3[6] = {0x80, 0x43, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local 652 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_get_PIDs() 671 unsigned char Command3[6] = {0x80, 0x34, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local 699 Command3[3] = p & 0xff; in sb1000_set_PIDs() 701 Command3[2] = p & 0xff; in sb1000_set_PIDs() 702 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_set_PIDs()
|