Searched refs:SER_DCD (Results 1 – 1 of 1) sorted by relevance
170 #define SER_DCD (1<<5) macro381 unsigned char status = ciab.pra & (SER_DCD | SER_CTS | SER_DSR); in check_modem_status()394 if (dstatus & SER_DCD) { in check_modem_status()402 if ((port->flags & ASYNC_CHECK_CD) && (dstatus & SER_DCD)) { in check_modem_status()405 (!(status & SER_DCD)) ? "on" : "off"); in check_modem_status()407 if (!(status & SER_DCD)) in check_modem_status()563 current_ctl_bits = ciab.pra & (SER_DCD | SER_CTS | SER_DSR); in startup()1158 | (!(status & SER_DCD) ? TIOCM_CAR : 0) in rs_tiocmget()1568 if(!(status & SER_DCD)) in line_info()1660 return !(ciab.pra & SER_DCD); in amiga_carrier_raised()[all …]