Lines Matching refs:card_send_command

93 static int card_send_command(const int ioaddr[], const char* name,
312 card_send_command(const int ioaddr[], const char* name, in card_send_command() function
473 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset()
490 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC()
504 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command()
516 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_end_get_set_command()
518 return card_send_command(ioaddr, name, Command1, st); in sb1000_end_get_set_command()
531 status = card_send_command(ioaddr, name, Command0, st); in sb1000_activate()
534 status = card_send_command(ioaddr, name, Command1, st); in sb1000_activate()
559 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_firmware_version()
583 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_frequency()
616 return card_send_command(ioaddr, name, Command0, st); in sb1000_set_frequency()
635 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_PIDs()
639 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_get_PIDs()
643 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_get_PIDs()
647 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_get_PIDs()
676 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_set_PIDs()
683 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_set_PIDs()
690 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_set_PIDs()
697 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_set_PIDs()
700 if ((status = card_send_command(ioaddr, name, Command4, st))) in sb1000_set_PIDs()