Home
last modified time | relevance | path

Searched refs:Command0 (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.15/drivers/net/
Dsb1000.c440 static const unsigned char Command0[6] = {0x20, 0x00, 0x00, 0x01, 0x00, 0x00}; in sb1000_issue_read_command() local
444 sb1000_send_command(ioaddr, name, Command0); in sb1000_issue_read_command()
455 static const unsigned char Command0[6] = {0x80, 0x16, 0x00, 0x00, 0x00, 0x00}; in sb1000_reset() local
474 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_reset()
485 static const unsigned char Command0[6] = {0x80, 0x1f, 0x00, 0x00, 0x00, 0x00}; in sb1000_check_CRC() local
491 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_check_CRC()
501 static const unsigned char Command0[6] = {0x80, 0x1b, 0x00, 0x00, 0x00, 0x00}; in sb1000_start_get_set_command() local
505 return card_send_command(ioaddr, name, Command0, st); in sb1000_start_get_set_command()
511 static const unsigned char Command0[6] = {0x80, 0x1b, 0x02, 0x00, 0x00, 0x00}; in sb1000_end_get_set_command() local
517 if ((status = card_send_command(ioaddr, name, Command0, st))) in sb1000_end_get_set_command()
[all …]