Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wan/
Dhd64570.h52 #define ST2 0x04 /* Status 2 */ macro
Dhd64572.h78 #define ST2 0x11a /* Status reg 2 */ macro
Dc101.c239 sca_in(MSCI1_OFFSET + ST2, port), in c101_ioctl()
Dhd64572.c552 sca_in(get_msci(port) + ST2, card), in sca_dump_rings()
Dhd64570.c604 sca_in(get_msci(port) + ST2, card), in sca_dump_rings()
/Linux-v4.19/drivers/iio/magnetometer/
Dak8975.c231 ST2, enumerator
672 data->def->ctrl_regs[ST2]); in ak8975_start_read_axis()
/Linux-v4.19/drivers/block/
Dfloppy.c355 #define ST2 (reply_buffer[2]) macro
1375 } else if (ST2 & ST2_CRC) { in print_errors()
1382 (ST2 & ST2_MAM)) { in print_errors()
1388 } else if (ST2 & ST2_WC) { /* seek error */ in print_errors()
1390 } else if (ST2 & ST2_BC) { /* cylinder marked as bad */ in print_errors()
1394 ST0, ST1, ST2); in print_errors()
1437 if (ST2 & ST2_WC || ST2 & ST2_BC) in interpret_errors()