Searched refs:Command1 (Results 1 – 1 of 1) sorted by relevance
/drivers/net/ |
D | sb1000.c | 512 static const unsigned char Command1[6] = {0x20, 0x00, 0x00, 0x00, 0x00, 0x00}; in sb1000_end_get_set_command() local 519 return card_send_command(ioaddr, name, Command1, st); in sb1000_end_get_set_command() 526 static const unsigned char Command1[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; in sb1000_activate() local 535 status = card_send_command(ioaddr, name, Command1, st); in sb1000_activate() 625 static const unsigned char Command1[6] = {0x80, 0x41, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local 640 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_get_PIDs() 665 unsigned char Command1[6] = {0x80, 0x32, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local 681 Command1[3] = p & 0xff; in sb1000_set_PIDs() 683 Command1[2] = p & 0xff; in sb1000_set_PIDs() 684 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_set_PIDs() [all …]
|