Home
last modified time | relevance | path

Searched refs:ST2 (Results 1 – 7 of 7) sorted by relevance

/drivers/net/wan/
Dhd64570.h52 #define ST2 0x04 /* Status 2 */ macro
Dhd64572.h73 #define ST2 0x11a /* Status reg 2 */ macro
Dc101.c222 sca_in(MSCI1_OFFSET + ST2, port), in c101_siocdevprivate()
Dhd64572.c552 sca_in(get_msci(port) + ST2, card), in sca_dump_rings()
Dhd64570.c611 sca_in(get_msci(port) + ST2, card), in sca_dump_rings()
/drivers/iio/magnetometer/
Dak8975.c217 ST2, enumerator
699 data->def->ctrl_regs[ST2]); in ak8975_start_read_axis()
/drivers/block/
Dfloppy.c343 #define ST2 2 macro
1395 } else if (reply_buffer[ST2] & ST2_CRC) { in print_errors()
1402 (reply_buffer[ST2] & ST2_MAM)) { in print_errors()
1408 } else if (reply_buffer[ST2] & ST2_WC) { /* seek error */ in print_errors()
1410 } else if (reply_buffer[ST2] & ST2_BC) { /* cylinder marked as bad */ in print_errors()
1415 reply_buffer[ST2]); in print_errors()
1460 if (reply_buffer[ST2] & ST2_WC || reply_buffer[ST2] & ST2_BC) in interpret_errors()