Searched refs:CSTOPB (Results 51 - 75 of 101) sorted by relevance

12345

/linux-master/drivers/tty/serial/
H A Duartlite.c330 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CSIZE);
H A Dar933x_uart.c299 new->c_cflag &= ~CSTOPB;
H A Dpic32_uart.c612 if (new->c_cflag & CSTOPB)
H A Dsccnxp.c686 mr2 = (termios->c_cflag & CSTOPB) ? MR2_STOP2 : MR2_STOP1;
H A Dsb1250-duart.c566 if (termios->c_cflag & CSTOPB)
H A Drda-uart.c274 if (termios->c_cflag & CSTOPB)
H A Dmeson_uart.c376 if (cflags & CSTOPB)
H A Dip22zilog.c837 if (cflag & CSTOPB)
H A Dmax3100.c479 if (cflag & CSTOPB)
H A Dst-asc.c510 ctrl_val |= (cflag & CSTOPB) ? ASC_CTL_STOP_2BIT : ASC_CTL_STOP_1BIT;
H A Damba-pl011.c2068 if (termios->c_cflag & CSTOPB)
2170 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
H A Dstm32-usart.c1209 if (cflag & CSTOPB)
1247 if (cflag & CSTOPB)
H A Ducc_uart.c873 /* If CSTOPB is set, we want two stop bits */
874 if (termios->c_cflag & CSTOPB) {
H A Dsunsu.c795 if (cflag & CSTOPB)
H A Dzs.c887 if (termios->c_cflag & CSTOPB)
H A Dcpm_uart.c523 if (termios->c_cflag & CSTOPB) {
H A Dmxs-auart.c997 if (cflag & CSTOPB)
H A Dmax310x.c926 if (termios->c_cflag & CSTOPB)
H A Dsprd_serial.c780 if (termios->c_cflag & CSTOPB)
H A Dsunsab.c697 if (cflag & CSTOPB)
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c991 if (ch->ch_c_cflag & CSTOPB)
H A Djsm_cls.c715 if (ch->ch_c_cflag & CSTOPB)
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c2599 if (c_cflag & CSTOPB)
2725 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CMSPAR);
/linux-master/drivers/usb/serial/
H A Dmos7720.c1409 if (cflag & CSTOPB) {
/linux-master/drivers/tty/
H A Damiserial.c580 if (cflag & CSTOPB) {

Completed in 276 milliseconds

12345