Searched refs:CS8 (Results 1 – 10 of 10) sorted by relevance
173 TTYMODE(CS8, c_cflag, 91)
135 #define CS8 0000060 macro
159 #define CS8 0000060 /* 8 bits per byte. */ macro
203 …gComPortContext.nIoConfig.c_cflag = DAL_BAUD_RATE | CS8 | CLOCAL | CREAD; /* Control mode flags */ in phDal4Nfc_uart_open_and_configure()
77 buf.c_cflag |= CS8; in tty_semi_raw()
160 TT.termios.c_cflag |= CS8|CREAD|HUPCL|CBAUDEX; in termios_init()
948 tios.c_cflag |= CS8 | CREAD | HUPCL; in set_up_tty()2670 tios.c_cflag |= CS8 | CREAD | CLOCAL;
1231 tios.c_cflag |= CS8 | CREAD | HUPCL;
1020 data_bits = CS8; in USERIAL_Open()
452 #define tty__geteightbit(td) (((td)->c_cflag & CSIZE) == CS8)