Lines Matching refs:Command0
446 static const unsigned char Command0[6] = {0x20, 0x00, 0x00, 0x01, 0x00, 0x00}; in sb1000_issue_read_command() local
450 sb1000_send_command(ioaddr, name, Command0); in sb1000_issue_read_command()
461 static const unsigned char Command0[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; in sb1000_reset() local
480 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset()
491 static const unsigned char Command0[6] = {0x80, 0x1f, 0x00, 0x00, 0x00, 0x00}; in sb1000_check_CRC() local
497 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC()
508 static const unsigned char Command0[6] = {0x80, 0x1b, 0x00, 0x00, 0x00, 0x00}; in sb1000_start_get_set_command() local
512 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command()
518 static const unsigned char Command0[6] = {0x80, 0x1b, 0x02, 0x00, 0x00, 0x00}; in sb1000_end_get_set_command() local
524 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_end_get_set_command()
532 static const unsigned char Command0[6] = {0x80, 0x11, 0x00, 0x00, 0x00, 0x00}; in sb1000_activate() local
539 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_activate()
557 static const unsigned char Command0[6] = {0x80, 0x23, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_firmware_version() local
564 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_firmware_version()
580 static const unsigned char Command0[6] = {0x80, 0x44, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_frequency() local
588 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_frequency()
600 unsigned char Command0[6] = {0x80, 0x29, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_frequency() local
614 Command0[5] = frequency & 0xff; in sb1000_set_frequency()
616 Command0[4] = frequency & 0xff; in sb1000_set_frequency()
618 Command0[3] = frequency & 0xff; in sb1000_set_frequency()
620 Command0[2] = frequency & 0xff; in sb1000_set_frequency()
621 return card_send_command(ioaddr, name, Command0, st); in sb1000_set_frequency()
628 static const unsigned char Command0[6] = {0x80, 0x40, 0x00, 0x00, 0x00, 0x00}; in sb1000_get_PIDs() local
640 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_PIDs()
668 unsigned char Command0[6] = {0x80, 0x31, 0x00, 0x00, 0x00, 0x00}; in sb1000_set_PIDs() local
678 Command0[3] = p & 0xff; in sb1000_set_PIDs()
680 Command0[2] = p & 0xff; in sb1000_set_PIDs()
681 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_set_PIDs()
906 static const unsigned char Command0[6] = {0x80, 0x26, 0x00, 0x00, 0x00, 0x00}; in sb1000_error_dpc() local
920 sb1000_send_command(ioaddr, name, Command0); in sb1000_error_dpc()
1092 static const unsigned char Command0[6] = {0x80, 0x2c, 0x00, 0x00, 0x00, 0x00}; in sb1000_interrupt() local
1130 sb1000_send_command(ioaddr, name, Command0); in sb1000_interrupt()