• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/net/

Lines Matching refs:Command0

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