Searched refs:ST3 (Results 1 – 6 of 6) sorted by relevance
| /Linux-v5.4/drivers/net/wan/ |
| D | hd64570.h | 53 #define ST3 0x05 /* Status 3 */ macro
|
| D | c101.c | 120 if (!(sca_in(MSCI1_OFFSET + ST3, port) & ST3_DCD)) in set_carrier() 236 sca_in(MSCI1_OFFSET + ST3, port)); in c101_ioctl()
|
| D | hd64572.h | 74 #define ST3 0x11b /* Status reg 3 */ macro
|
| D | hd64572.c | 109 if (!(sca_in(get_msci(port) + ST3, port->card) & ST3_DCD)) { in sca_set_carrier() 550 sca_in(get_msci(port) + ST3, card), in sca_dump_rings()
|
| D | hd64570.c | 131 if (!(sca_in(get_msci(port) + ST3, port_to_card(port)) & ST3_DCD)) { in sca_set_carrier() 602 sca_in(get_msci(port) + ST3, card), in sca_dump_rings()
|
| /Linux-v5.4/drivers/block/ |
| D | floppy.c | 357 #define ST3 (reply_buffer[0]) /* result of GETSTATUS */ macro 1555 debug_dcl(DP->flags, "wp=%x\n", ST3 & 0x40); in check_wp() 1556 if (!(ST3 & 0x40)) in check_wp()
|