Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/net/
H A Dsb1000.c625 static const unsigned char Command2[6] = {0x80, 0x42, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local
643 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_get_PIDs()
665 unsigned char Command2[6] = {0x80, 0x33, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local
687 Command2[3] = p & 0xff; in sb1000_set_PIDs()
689 Command2[2] = p & 0xff; in sb1000_set_PIDs()
690 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_set_PIDs()
/kernel/linux/linux-6.6/drivers/net/
H A Dsb1000.c630 static const unsigned char Command2[6] = {0x80, 0x42, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local
648 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_get_PIDs()
670 unsigned char Command2[6] = {0x80, 0x33, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local
692 Command2[3] = p & 0xff; in sb1000_set_PIDs()
694 Command2[2] = p & 0xff; in sb1000_set_PIDs()
695 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_set_PIDs()

Completed in 3 milliseconds