Searched defs:ST0 (Results 1 - 3 of 3) sorted by relevance

/drivers/net/wan/
H A Dhd64570.h49 #define ST0 0x02 /* Status 0 */ macro
H A Dhd64572.h76 #define ST0 0x118 /* Status reg 0 */ macro
/drivers/block/
H A Dfloppy.c348 #define ST0 (reply_buffer[0]) macro
1364 if (ST0 & ST0_ECE) {
1385 ST0, ST1, ST2);
1409 switch (ST0 & ST0_INTR) {
1515 if (inr != 2 || (ST0 & 0xF8) != 0x20) {
1619 else if (ST0 & ST0_ECE) {
1718 } while ((ST0 & 0x83) != UNIT(current_drive) &&

Completed in 64 milliseconds