Lines Matching refs:Command0

445 	static const unsigned char Command0[6] = {0x20, 0x00, 0x00, 0x01, 0x00, 0x00};  in sb1000_issue_read_command()  local
449 sb1000_send_command(ioaddr, name, Command0); in sb1000_issue_read_command()
460 static const unsigned char Command0[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; in sb1000_reset() local
479 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset()
490 static const unsigned char Command0[6] = {0x80, 0x1f, 0x00, 0x00, 0x00, 0x00}; in sb1000_check_CRC() local
496 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC()
507 static const unsigned char Command0[6] = {0x80, 0x1b, 0x00, 0x00, 0x00, 0x00}; in sb1000_start_get_set_command() local
511 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command()
517 static const unsigned char Command0[6] = {0x80, 0x1b, 0x02, 0x00, 0x00, 0x00}; in sb1000_end_get_set_command() local
523 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_end_get_set_command()
531 static const unsigned char Command0[6] = {0x80, 0x11, 0x00, 0x00, 0x00, 0x00}; in sb1000_activate() local
538 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_activate()
556 static const unsigned char Command0[6] = {0x80, 0x23, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_firmware_version() local
563 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_firmware_version()
579 static const unsigned char Command0[6] = {0x80, 0x44, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_frequency() local
587 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_frequency()
599 unsigned char Command0[6] = {0x80, 0x29, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_frequency() local
613 Command0[5] = frequency & 0xff; in sb1000_set_frequency()
615 Command0[4] = frequency & 0xff; in sb1000_set_frequency()
617 Command0[3] = frequency & 0xff; in sb1000_set_frequency()
619 Command0[2] = frequency & 0xff; in sb1000_set_frequency()
620 return card_send_command(ioaddr, name, Command0, st); in sb1000_set_frequency()
627 static const unsigned char Command0[6] = {0x80, 0x40, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local
639 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_PIDs()
667 unsigned char Command0[6] = {0x80, 0x31, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local
677 Command0[3] = p & 0xff; in sb1000_set_PIDs()
679 Command0[2] = p & 0xff; in sb1000_set_PIDs()
680 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_set_PIDs()
905 static const unsigned char Command0[6] = {0x80, 0x26, 0x00, 0x00, 0x00, 0x00}; in sb1000_error_dpc() local
919 sb1000_send_command(ioaddr, name, Command0); in sb1000_error_dpc()
1091 static const unsigned char Command0[6] = {0x80, 0x2c, 0x00, 0x00, 0x00, 0x00}; in sb1000_interrupt() local
1129 sb1000_send_command(ioaddr, name, Command0); in sb1000_interrupt()