Home
last modified time | relevance | path

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

/drivers/net/wan/
Dc101.c114 if (!(sca_in(MSCI1_OFFSET + ST3, port) & ST3_DCD)) in set_carrier()
223 sca_in(MSCI1_OFFSET + ST3, port)); in c101_siocdevprivate()
Dhd64570.h53 #define ST3 0x05 /* Status 3 */ macro
Dhd64572.h74 #define ST3 0x11b /* Status reg 3 */ macro
Dhd64572.c105 if (!(sca_in(get_msci(port) + ST3, port->card) & ST3_DCD)) { in sca_set_carrier()
553 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()
612 sca_in(get_msci(port) + ST3, card), in sca_dump_rings()
/drivers/block/
Dfloppy.c344 #define ST3 0 /* result of GETSTATUS */ macro
1583 reply_buffer[ST3] & 0x40); in check_wp()
1584 if (!(reply_buffer[ST3] & 0x40)) in check_wp()