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

/drivers/net/wan/
H A Dhd64570.h51 #define ST2 0x04 /* Status 2 */ macro
H A Dhd64572.h78 #define ST2 0x11a /* Status reg 2 */ macro
/drivers/block/
H A Dfloppy.c350 #define ST2 (reply_buffer[2]) macro
1366 } else if (ST2 & ST2_CRC) {
1373 (ST2 & ST2_MAM)) {
1379 } else if (ST2 & ST2_WC) { /* seek error */
1381 } else if (ST2 & ST2_BC) { /* cylinder marked as bad */
1385 ST0, ST1, ST2);
1428 if (ST2 & ST2_WC || ST2 & ST2_BC)

Completed in 65 milliseconds