Home
last modified time | relevance | path

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

/drivers/net/wan/
Dhd64570.h49 #define ST0 0x02 /* Status 0 */ macro
Dhd64572.h76 #define ST0 0x118 /* Status reg 0 */ macro
Dc101.c237 sca_in(MSCI1_OFFSET + ST0, port), in c101_ioctl()
Dhd64572.c550 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
Dhd64570.c602 sca_in(get_msci(port) + ST0, card), in sca_dump_rings()
/drivers/block/
Dfloppy.c349 #define ST0 (reply_buffer[0]) macro
1368 if (ST0 & ST0_ECE) { in print_errors()
1389 ST0, ST1, ST2); in print_errors()
1413 switch (ST0 & ST0_INTR) { in interpret_errors()
1519 if (inr != 2 || (ST0 & 0xF8) != 0x20) { in seek_interrupt()
1623 else if (ST0 & ST0_ECE) { in recal_interrupt()
1722 } while ((ST0 & 0x83) != UNIT(current_drive) && in floppy_interrupt()