Lines Matching refs:Command1
518 static const unsigned char Command1[6] = {0x20, 0x00, 0x00, 0x00, 0x00, 0x00}; in sb1000_end_get_set_command() local
525 return card_send_command(ioaddr, name, Command1, st); in sb1000_end_get_set_command()
532 static const unsigned char Command1[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; in sb1000_activate() local
540 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_activate()
628 static const unsigned char Command1[6] = {0x80, 0x41, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local
643 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_get_PIDs()
668 unsigned char Command1[6] = {0x80, 0x32, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local
684 Command1[3] = p & 0xff; in sb1000_set_PIDs()
686 Command1[2] = p & 0xff; in sb1000_set_PIDs()
687 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_set_PIDs()
1092 static const unsigned char Command1[6] = {0x80, 0x2e, 0x00, 0x00, 0x00, 0x00}; in sb1000_interrupt() local
1135 sb1000_send_command(ioaddr, name, Command1); in sb1000_interrupt()