Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/net/wan/
Dhd64570.h50 #define ST0 0x02 /* Status 0 */ macro
Dhd64572.h71 #define ST0 0x118 /* Status reg 0 */ macro
Dc101.c233 sca_in(MSCI1_OFFSET + ST0, port), in c101_ioctl()
Dhd64572.c547 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
Dhd64570.c599 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
/Linux-v5.10/drivers/block/
Dfloppy.c342 #define ST0 0 macro
1394 if (reply_buffer[ST0] & ST0_ECE) { in print_errors()
1415 reply_buffer[ST0], reply_buffer[ST1], in print_errors()
1440 switch (reply_buffer[ST0] & ST0_INTR) { in interpret_errors()
1545 if (inr != 2 || (reply_buffer[ST0] & 0xF8) != 0x20) { in seek_interrupt()
1659 else if (reply_buffer[ST0] & ST0_ECE) { in recal_interrupt()
1759 } while ((reply_buffer[ST0] & 0x83) != UNIT(current_drive) && in floppy_interrupt()