Searched refs:CSTOPB (Results 1 – 7 of 7) sorted by relevance
61 #define CSTOPB 0x0000100 macro
40 if (mode & CSTOPB) in set_format()245 mode = CBAUD | CSIZE | CSTOPB | PARENB | PARODD; in tty_csi_startup()297 mode = CBAUD | CSIZE | CSTOPB | PARENB | PARODD; in tty_csi_set_attr()
245 return arg & CSTOPB ? STOP_BITS_2 : STOP_BITS_1; in _arg_to_stop_bits()
88 hw_mask = CBAUD | CBAUDEX | CSIZE | CSTOPB | PARENB | PARODD | HUPCL | CLOCAL | CRTSCTS; in set_attr_nonblock()
126 #define CSTOPB 0x0040 /* send 2 stop bits, not 1 */ macro
155 if (tty->termios.c_cflag & CSTOPB) in tty_uart_startup()
473 if (termios->c_cflag & CSTOPB) in termios2params()
Completed in 10 milliseconds