Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/net/wan/
Dhd64570.h50 #define ST0 0x02 /* Status 0 */ macro
Dhd64572.h71 #define ST0 0x118 /* Status reg 0 */ macro
Dc101.c220 sca_in(MSCI1_OFFSET + ST0, port), in c101_siocdevprivate()
Dhd64572.c550 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
Dhd64570.c609 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
/linux-6.12.1/drivers/block/
Dfloppy.c341 #define ST0 0 macro
1396 if (reply_buffer[ST0] & ST0_ECE) { in print_errors()
1417 reply_buffer[ST0], reply_buffer[ST1], in print_errors()
1442 switch (reply_buffer[ST0] & ST0_INTR) { in interpret_errors()
1547 if (inr != 2 || (reply_buffer[ST0] & 0xF8) != 0x20) { in seek_interrupt()
1661 else if (reply_buffer[ST0] & ST0_ECE) { in recal_interrupt()
1761 } while ((reply_buffer[ST0] & 0x83) != UNIT(current_drive) && in floppy_interrupt()
4252 if ((r == 1) && (reply_buffer[ST0] == 0x80)) { in get_fdc_version()
4277 if ((r == 1) && (reply_buffer[ST0] == 0x80)) { in get_fdc_version()
4282 if ((r != 1) || (reply_buffer[ST0] != 0x00)) { in get_fdc_version()
[all …]