Home
last modified time | relevance | path

Searched refs:ST3 (Results 1 – 6 of 6) sorted by relevance

/Linux-v5.4/drivers/net/wan/
Dhd64570.h53 #define ST3 0x05 /* Status 3 */ macro
Dc101.c120 if (!(sca_in(MSCI1_OFFSET + ST3, port) & ST3_DCD)) in set_carrier()
236 sca_in(MSCI1_OFFSET + ST3, port)); in c101_ioctl()
Dhd64572.h74 #define ST3 0x11b /* Status reg 3 */ macro
Dhd64572.c109 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()
Dhd64570.c131 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/
Dfloppy.c357 #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()