Home | History | Annotate | Download | only in ic

Lines Matching refs:CRTSCTS

321 			SET(tp->t_cflag, CRTSCTS);
720 * use the CD1400 automatic CTS flow control if CRTSCTS is set
727 (ISSET(t->c_cflag, CRTSCTS) ? CD1400_COR2_CCTS_OFLOW : 0));
746 (ISSET(t->c_cflag, CRTSCTS) ? CY_RX_DTR_THRESHOLD : 0));
820 if (!ISSET(tp->t_cflag, CRTSCTS))
826 if (!ISSET(tp->t_cflag, CRTSCTS))
836 if (!ISSET(tp->t_cflag, CRTSCTS) &&
844 if (!ISSET(tp->t_cflag, CRTSCTS) &&
856 if (!ISSET(tp->t_cflag, CRTSCTS) && (bits & TIOCM_RTS))
861 if (!ISSET(tp->t_cflag, CRTSCTS) && (bits & TIOCM_RTS))
954 * CRTSCTS is on and RTS is turned off, it is time to
957 if (ISSET(tp->t_cflag, CRTSCTS)) {
1167 if (ISSET(cy->cy_tty->t_cflag, CRTSCTS)) {