Searched refs:Command2 (Results  1 – 1 of 1) sorted by relevance
| /Linux-v6.6/drivers/net/ | 
| D | sb1000.c | 630 	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()
  |