Searched refs:PARODD (Results 51 - 75 of 103) sorted by relevance

12345

/linux-master/drivers/mmc/core/
H A Dsdio_uart.c258 if (!(termios->c_cflag & PARODD))
/linux-master/drivers/tty/serial/
H A Dlantiq.c422 if (!(cflag & PARODD))
H A Drp2.c360 ((cfl & PARODD) ? 0 : RP2_TXRX_CTL_nPARODD_m) |
H A Dsccnxp.c676 if (termios->c_cflag & PARODD)
H A Dsa1100.c414 if (!(termios->c_cflag & PARODD))
H A Dpic32_uart.c622 if (new->c_cflag & PARODD) {
H A Dserial_txx9.c612 if (!(termios->c_cflag & PARODD))
H A Dst-asc.c513 if (cflag & PARODD)
H A Dpxa.c417 if (!(termios->c_cflag & PARODD))
H A Dmeson_uart.c372 if (cflags & PARODD)
H A Dar933x_uart.c303 if (!(new->c_cflag & PARODD))
H A Dfsl_linflexuart.c467 if (termios->c_cflag & PARODD)
H A Datmel_serial.c2175 if (termios->c_cflag & PARODD)
2179 } else if (termios->c_cflag & PARODD)
H A Damba-pl011.c2080 if (!(termios->c_cflag & PARODD))
2178 termios->c_cflag &= ~(CSIZE | CSTOPB | PARENB | PARODD);
H A Dzs.c892 if (!(termios->c_cflag & PARODD))
H A Dcpm_uart.c531 if (!(termios->c_cflag & PARODD)) {
H A Dsprd_serial.c790 if (termios->c_cflag & PARODD)
H A Ducc_uart.c889 if (!(termios->c_cflag & PARODD)) {
/linux-master/drivers/tty/serial/jsm/
H A Djsm_neo.c997 if (!(ch->ch_c_cflag & PARODD))
H A Djsm_cls.c722 if (!(ch->ch_c_cflag & PARODD))
/linux-master/drivers/usb/serial/
H A Dftdi_sio.c2671 if ((old_termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)) ==
2672 (termios->c_cflag & (CSIZE|PARODD|PARENB|CMSPAR|CSTOPB)))
2683 value |= cflag & PARODD ?
2687 value |= cflag & PARODD ?
H A Doti6858.c460 if ((cflag & PARODD) != 0)
H A Dio_edgeport.c2377 if (cflag & PARODD) {
2384 } else if (cflag & PARODD) {
H A Dmos7720.c1393 if (cflag & PARODD) {
/linux-master/drivers/tty/serial/8250/
H A D8250_port.c2606 if (!(c_cflag & PARODD))
2728 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CMSPAR);

Completed in 303 milliseconds

12345