/kernel/linux/linux-5.10/drivers/net/ |
H A D | sb1000.c | 439 static const unsigned char Command0[6] = {0x20, 0x00, 0x00, 0x01, 0x00, 0x00}; in sb1000_issue_read_command() local 443 sb1000_send_command(ioaddr, name, Command0); in sb1000_issue_read_command() 454 static const unsigned char Command0[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; in sb1000_reset() local 473 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset() 484 static const unsigned char Command0[6] = {0x80, 0x1f, 0x00, 0x00, 0x00, 0x00}; in sb1000_check_CRC() local 490 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC() 500 static const unsigned char Command0[6] = {0x80, 0x1b, 0x00, 0x00, 0x00, 0x00}; in sb1000_start_get_set_command() local 504 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command() 510 static const unsigned char Command0[6] = {0x80, 0x1b, 0x02, 0x00, 0x00, 0x00}; in sb1000_end_get_set_command() local 516 if ((status = card_send_command(ioaddr, name, Command0, s in sb1000_end_get_set_command() 524 static const unsigned char Command0[6] = {0x80, 0x11, 0x00, 0x00, 0x00, 0x00}; sb1000_activate() local 552 static const unsigned char Command0[6] = {0x80, 0x23, 0x00, 0x00, 0x00, 0x00}; sb1000_get_firmware_version() local 575 static const unsigned char Command0[6] = {0x80, 0x44, 0x00, 0x00, 0x00, 0x00}; sb1000_get_frequency() local 595 unsigned char Command0[6] = {0x80, 0x29, 0x00, 0x00, 0x00, 0x00}; sb1000_set_frequency() local 623 static const unsigned char Command0[6] = {0x80, 0x40, 0x00, 0x00, 0x00, 0x00}; sb1000_get_PIDs() local 663 unsigned char Command0[6] = {0x80, 0x31, 0x00, 0x00, 0x00, 0x00}; sb1000_set_PIDs() local 901 static const unsigned char Command0[6] = {0x80, 0x26, 0x00, 0x00, 0x00, 0x00}; sb1000_error_dpc() local 1087 static const unsigned char Command0[6] = {0x80, 0x2c, 0x00, 0x00, 0x00, 0x00}; sb1000_interrupt() local [all...] |
/kernel/linux/linux-6.6/drivers/net/ |
H A D | sb1000.c | 444 static const unsigned char Command0[6] = {0x20, 0x00, 0x00, 0x01, 0x00, 0x00}; in sb1000_issue_read_command() local 448 sb1000_send_command(ioaddr, name, Command0); in sb1000_issue_read_command() 459 static const unsigned char Command0[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; in sb1000_reset() local 478 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset() 489 static const unsigned char Command0[6] = {0x80, 0x1f, 0x00, 0x00, 0x00, 0x00}; in sb1000_check_CRC() local 495 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC() 505 static const unsigned char Command0[6] = {0x80, 0x1b, 0x00, 0x00, 0x00, 0x00}; in sb1000_start_get_set_command() local 509 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command() 515 static const unsigned char Command0[6] = {0x80, 0x1b, 0x02, 0x00, 0x00, 0x00}; in sb1000_end_get_set_command() local 521 if ((status = card_send_command(ioaddr, name, Command0, s in sb1000_end_get_set_command() 529 static const unsigned char Command0[6] = {0x80, 0x11, 0x00, 0x00, 0x00, 0x00}; sb1000_activate() local 557 static const unsigned char Command0[6] = {0x80, 0x23, 0x00, 0x00, 0x00, 0x00}; sb1000_get_firmware_version() local 580 static const unsigned char Command0[6] = {0x80, 0x44, 0x00, 0x00, 0x00, 0x00}; sb1000_get_frequency() local 600 unsigned char Command0[6] = {0x80, 0x29, 0x00, 0x00, 0x00, 0x00}; sb1000_set_frequency() local 628 static const unsigned char Command0[6] = {0x80, 0x40, 0x00, 0x00, 0x00, 0x00}; sb1000_get_PIDs() local 668 unsigned char Command0[6] = {0x80, 0x31, 0x00, 0x00, 0x00, 0x00}; sb1000_set_PIDs() local 906 static const unsigned char Command0[6] = {0x80, 0x26, 0x00, 0x00, 0x00, 0x00}; sb1000_error_dpc() local 1093 static const unsigned char Command0[6] = {0x80, 0x2c, 0x00, 0x00, 0x00, 0x00}; sb1000_interrupt() local [all...] |