Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/net/
Dsb1000.c626 static const unsigned char Command2[6] = {0x80, 0x42, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local
644 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_get_PIDs()
666 unsigned char Command2[6] = {0x80, 0x33, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local
688 Command2[3] = p & 0xff; in sb1000_set_PIDs()
690 Command2[2] = p & 0xff; in sb1000_set_PIDs()
691 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_set_PIDs()