Searched refs:CD_ACT (Results 1 – 2 of 2) sorted by relevance
517 (ChanStatus & CD_ACT) ? "on" : "off"); in rp_handle_port()519 if (!(ChanStatus & CD_ACT) && info->cd_status) { in rp_handle_port()525 info->cd_status = (ChanStatus & CD_ACT) ? 1 : 0; in rp_handle_port()777 if (sGetChanStatus(cp) & CD_ACT) in configure_r_port()862 return (sGetChanStatusLo(&info->channel) & CD_ACT) ? 1 : 0; in carrier_raised()935 if (sGetChanStatus(cp) & CD_ACT) in rp_open()1168 ((ChanStatus & CD_ACT) ? TIOCM_CAR : 0) | in rp_tiocmget()
173 #define CD_ACT 0x08 /* CD input asserted */ macro