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

/linux-4.4.14/drivers/net/
H A Dsb1000.c630 static const unsigned char Command2[6] = {0x80, 0x42, 0x00, 0x00, 0x00, 0x00}; sb1000_get_PIDs() local
648 if ((status = card_send_command(ioaddr, name, Command2, st))) sb1000_get_PIDs()
670 unsigned char Command2[6] = {0x80, 0x33, 0x00, 0x00, 0x00, 0x00}; sb1000_set_PIDs() local
692 Command2[3] = p & 0xff; sb1000_set_PIDs()
694 Command2[2] = p & 0xff; sb1000_set_PIDs()
695 if ((status = card_send_command(ioaddr, name, Command2, st))) sb1000_set_PIDs()
/linux-4.4.14/drivers/net/ethernet/amd/
H A Damd8111e.h58 #define CMD2 0x50 /* Command2 register */

Completed in 111 milliseconds