Searched refs:PARODD (Results 1 – 25 of 102) sorted by relevance
12345
204 ktermios.c_cflag &= ~(PARENB | PARODD | CMSPAR); in ttyport_set_parity()208 ktermios.c_cflag |= PARODD; in ttyport_set_parity()213 if ((tty->termios.c_cflag & (PARENB | PARODD | CMSPAR)) != in ttyport_set_parity()214 (ktermios.c_cflag & (PARENB | PARODD | CMSPAR))) in ttyport_set_parity()
169 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x04 : 0x06) : 0; in atari_init_mfp_port()245 SCC_WRITE(4, (cflag & PARENB) ? ((cflag & PARODD) ? 0x01 : 0x03) in atari_init_scc_port()268 int parity = (cflag & PARENB) ? ((cflag & PARODD) ? 0x0c : 0x08) : 0x04; in atari_init_midi_port()
464 if ((cflag & (PARENB|PARODD)) != (old_cflag & (PARENB|PARODD)) in klsi_105_set_termios()467 tty->termios.c_cflag &= ~(PARENB|PARODD|CSTOPB); in klsi_105_set_termios()
349 if ((cflag ^ old_cflag) & (PARENB | PARODD)) { in belkin_sa_set_termios()351 urb_value = (cflag & PARODD) ? BELKIN_SA_PARITY_ODD in belkin_sa_set_termios()
98 cflag |= PARODD; in usb_console_setup()
631 if (cflag & PARODD) in firm_setup_port()636 if (cflag & PARODD) in firm_setup_port()
885 const u32 supported_mask = CMSPAR|PARENB|PARODD; in iuu_set_termios()903 if (cflag & PARODD) in iuu_set_termios()910 } else if (cflag & PARODD) in iuu_set_termios()
722 if ((cflag & (PARENB | PARODD)) != (old_cflag & (PARENB | PARODD))) { in digi_set_termios()724 if (cflag & PARODD) in digi_set_termios()
369 buf[1] |= (cflag & PARODD) ? in spcp8x5_set_termios()
228 if (cflag & PARODD) in ssu100_set_termios()
129 #define PARODD 0x00002000 macro
104 #define PARODD 0x00000200 macro
128 #define PARODD 0x00000200 /* Odd parity instead of even */ macro
139 #define PARODD 0x00002000 macro
133 #define PARODD 0x00000200 macro
325 termios->c_cflag &= ~(CSTOPB | PARENB | PARODD | CSIZE); in ulite_set_termios()326 termios->c_cflag |= pdata->cflags & (PARENB | PARODD | CSIZE); in ulite_set_termios()818 pdata->cflags |= PARODD; in ulite_probe()
157 case 'o': cflag |= (PARENB | PARODD); break; in sunserial_console_termios()
225 if (termios->c_cflag & PARODD) in mcf_set_termios()230 if (termios->c_cflag & PARODD) in mcf_set_termios()
343 if (termios->c_cflag & PARODD) in owl_uart_set_termios()347 } else if (termios->c_cflag & PARODD) in owl_uart_set_termios()
285 if (termios->c_cflag & PARODD) in rda_uart_set_termios()289 } else if (termios->c_cflag & PARODD) { in rda_uart_set_termios()
267 if (!(termios->c_cflag & PARODD)) in serial21285_set_termios()
225 if ((termios->c_cflag & PARODD)) in apbuart_set_termios()
880 ((old->c_cflag & PARODD) != (new->c_cflag & PARODD))) { in rfcomm_tty_set_termios()887 if (new->c_cflag & PARODD) { in rfcomm_tty_set_termios()
72 if (!(cflag & PARODD)) in spk_serial_init()
Completed in 33 milliseconds