Home
last modified time | relevance | path

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

/drivers/net/wan/
Dc101.c124 if (!(sca_in(MSCI1_OFFSET + ST3, port) & ST3_DCD)) in set_carrier()
240 sca_in(MSCI1_OFFSET + ST3, port)); in c101_ioctl()
Dhd64570.h52 #define ST3 0x05 /* Status 3 */ macro
Dhd64572.h79 #define ST3 0x11b /* Status reg 3 */ macro
Dhd64572.c113 if (!(sca_in(get_msci(port) + ST3, port->card) & ST3_DCD)) { in sca_set_carrier()
554 sca_in(get_msci(port) + ST3, card), in sca_dump_rings()
Dhd64570.c135 if (!(sca_in(get_msci(port) + ST3, port_to_card(port)) & ST3_DCD)) { in sca_set_carrier()
606 sca_in(get_msci(port) + ST3, card), in sca_dump_rings()
Dpc300_drv.c1816 } else if (cpc_readb(card->hw.scabase + M_REG(ST3, ch)) & ST3_DCD) { in cpc_queue_xmit()
2142 if (cpc_readb(scabase + M_REG(ST3, ch)) & ST3_DCD) { in sca_intr()
2442 cpc_readb(scabase + M_REG(ST3, ch)), in cpc_sca_status()
2633 !(cpc_readb (scabase + M_REG(ST3, ch)) & ST3_DCD); in cpc_ioctl()
2635 !(cpc_readb (scabase + M_REG(ST3, ch)) & ST3_CTS); in cpc_ioctl()
Dpc300_tty.c464 if (cpc_readb(card->hw.scabase + M_REG(ST3,ch)) & ST3_DCD) { in cpc_tty_write()
/drivers/block/
Dfloppy.c350 #define ST3 (reply_buffer[0]) /* result of GETSTATUS */ macro
1541 debug_dcl(DP->flags, "wp=%x\n", ST3 & 0x40); in check_wp()
1542 if (!(ST3 & 0x40)) in check_wp()