Lines Matching refs:card_send_command

94 static int card_send_command(const int ioaddr[], const char* name,
317 card_send_command(const int ioaddr[], const char* name, in card_send_command() function
478 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset()
495 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC()
509 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command()
521 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_end_get_set_command()
523 return card_send_command(ioaddr, name, Command1, st); in sb1000_end_get_set_command()
536 status = card_send_command(ioaddr, name, Command0, st); in sb1000_activate()
539 status = card_send_command(ioaddr, name, Command1, st); in sb1000_activate()
564 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_firmware_version()
588 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_frequency()
621 return card_send_command(ioaddr, name, Command0, st); in sb1000_set_frequency()
640 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_get_PIDs()
644 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_get_PIDs()
648 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_get_PIDs()
652 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_get_PIDs()
681 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_set_PIDs()
688 if ((status = card_send_command(ioaddr, name, Command1, st))) in sb1000_set_PIDs()
695 if ((status = card_send_command(ioaddr, name, Command2, st))) in sb1000_set_PIDs()
702 if ((status = card_send_command(ioaddr, name, Command3, st))) in sb1000_set_PIDs()
705 if ((status = card_send_command(ioaddr, name, Command4, st))) in sb1000_set_PIDs()