Lines Matching refs:card_send_command
97 static int card_send_command(const int ioaddr[], const char* name,
316 card_send_command(const int ioaddr[], const char* name, in card_send_command() function
479 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset()
496 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC()
511 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command()
523 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_end_get_set_command()
525 return card_send_command(ioaddr, name, Command1, st); in sb1000_end_get_set_command()
538 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_activate()
540 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_activate()
563 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_firmware_version()
587 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_frequency()
620 return card_send_command(ioaddr, name, Command0, st); in sb1000_set_frequency()
639 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_PIDs()
643 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_get_PIDs()
647 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_get_PIDs()
651 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_get_PIDs()
680 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_set_PIDs()
687 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_set_PIDs()
694 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_set_PIDs()
701 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_set_PIDs()
704 if ((status = card_send_command(ioaddr, name, Command4, st))) in sb1000_set_PIDs()