Searched refs:ST3 (Results 1 – 8 of 8) sorted by relevance
/drivers/net/wan/ |
D | c101.c | 124 if (!(sca_in(MSCI1_OFFSET + ST3, port) & ST3_DCD)) in set_carrier() 240 sca_in(MSCI1_OFFSET + ST3, port)); in c101_ioctl()
|
D | hd64570.h | 52 #define ST3 0x05 /* Status 3 */ macro
|
D | hd64572.h | 79 #define ST3 0x11b /* Status reg 3 */ macro
|
D | hd64572.c | 113 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()
|
D | hd64570.c | 135 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()
|
D | pc300_drv.c | 1816 } 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()
|
D | pc300_tty.c | 464 if (cpc_readb(card->hw.scabase + M_REG(ST3,ch)) & ST3_DCD) { in cpc_tty_write()
|
/drivers/block/ |
D | floppy.c | 350 #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()
|