Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/
Dsb1000.c630 static const unsigned char Command3[6] = {0x80, 0x43, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local
651 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_get_PIDs()
670 unsigned char Command3[6] = {0x80, 0x34, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local
698 Command3[3] = p & 0xff; in sb1000_set_PIDs()
700 Command3[2] = p & 0xff; in sb1000_set_PIDs()
701 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_set_PIDs()