Searched refs:Command3 (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/ |
H A D | sb1000.c | 626 static const unsigned char Command3[6] = {0x80, 0x43, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local 647 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_get_PIDs() 666 unsigned char Command3[6] = {0x80, 0x34, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local 694 Command3[3] = p & 0xff; in sb1000_set_PIDs() 696 Command3[2] = p & 0xff; in sb1000_set_PIDs() 697 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_set_PIDs()
|
/kernel/linux/linux-6.6/drivers/net/ |
H A 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()
|
Completed in 3 milliseconds