Searched refs:ST3 (Results 1 - 7 of 7) sorted by relevance
/linux-4.1.27/drivers/net/wan/ |
H A D | c101.c | 124 if (!(sca_in(MSCI1_OFFSET + ST3, port) & ST3_DCD)) set_carrier() 240 sca_in(MSCI1_OFFSET + ST3, port)); c101_ioctl()
|
H A D | hd64570.h | 52 #define ST3 0x05 /* Status 3 */ macro
|
H A D | hd64570.c | 134 if (!(sca_in(get_msci(port) + ST3, port_to_card(port)) & ST3_DCD)) { sca_set_carrier() 605 sca_in(get_msci(port) + ST3, card), sca_dump_rings()
|
H A D | hd64572.c | 112 if (!(sca_in(get_msci(port) + ST3, port->card) & ST3_DCD)) { sca_set_carrier() 553 sca_in(get_msci(port) + ST3, card), sca_dump_rings()
|
H A D | hd64572.h | 79 #define ST3 0x11b /* Status reg 3 */ macro
|
/linux-4.1.27/include/uapi/linux/ |
H A D | fdreg.h | 81 #define FD_GETSTATUS 0x04 /* read ST3 */
|
/linux-4.1.27/drivers/block/ |
H A D | floppy.c | 351 #define ST3 (reply_buffer[0]) /* result of GETSTATUS */ macro 1548 debug_dcl(DP->flags, "wp=%x\n", ST3 & 0x40); check_wp() 1549 if (!(ST3 & 0x40)) check_wp()
|
Completed in 239 milliseconds