Searched refs:ST2 (Results 1 – 9 of 9) sorted by relevance
/linux-4.4.14/arch/tile/lib/ |
D | memcpy_user_64.c | 56 #define ST2(p, v) _ST((p), st2, (v)) macro 67 #define ST2 ST macro 78 #define ST2(p, v) _ST((p), st2, (v)) macro
|
D | memcpy_64.c | 42 #define ST2 ST macro 326 ST2((uint16_t *)dst1, final); in memcpy() 343 ST2((uint16_t *)dst1, final >> 16); in memcpy() 359 #undef ST2
|
/linux-4.4.14/drivers/net/wan/ |
D | hd64570.h | 51 #define ST2 0x04 /* Status 2 */ macro
|
D | hd64572.h | 78 #define ST2 0x11a /* Status reg 2 */ macro
|
D | c101.c | 239 sca_in(MSCI1_OFFSET + ST2, port), in c101_ioctl()
|
D | hd64572.c | 552 sca_in(get_msci(port) + ST2, card), in sca_dump_rings()
|
D | hd64570.c | 604 sca_in(get_msci(port) + ST2, card), in sca_dump_rings()
|
/linux-4.4.14/drivers/iio/magnetometer/ |
D | ak8975.c | 222 ST2, enumerator 635 data->def->ctrl_regs[ST2]); in ak8975_read_axis()
|
/linux-4.4.14/drivers/block/ |
D | floppy.c | 350 #define ST2 (reply_buffer[2]) macro 1366 } else if (ST2 & ST2_CRC) { in print_errors() 1373 (ST2 & ST2_MAM)) { in print_errors() 1379 } else if (ST2 & ST2_WC) { /* seek error */ in print_errors() 1381 } else if (ST2 & ST2_BC) { /* cylinder marked as bad */ in print_errors() 1385 ST0, ST1, ST2); in print_errors() 1428 if (ST2 & ST2_WC || ST2 & ST2_BC) in interpret_errors()
|