Home
last modified time | relevance | path

Searched refs:new_lcr (Results 1 – 3 of 3) sorted by relevance

/linux/drivers/usb/serial/
H A Df81232.c614 u8 new_lcr = 0; in f81232_set_termios() local
639 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
642 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
645 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
649 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
651 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in f81232_set_termios()
655 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
656 status = f81232_set_register(port, LINE_CONTROL_REGISTER, new_lcr); in f81232_set_termios()
662 priv->shadow_lcr = new_lcr; in f81232_set_termios()
H A Df81534.c954 u8 new_lcr = 0; in f81534_set_termios() local
965 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
968 new_lcr |= UART_LCR_EPAR; in f81534_set_termios()
971 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
975 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
977 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in f81534_set_termios()
990 status = f81534_set_port_config(port, tty, baud, old_baud, new_lcr); in f81534_set_termios()
H A Dquatech2.c264 u16 new_lcr = 0; in qt2_set_termios() local
271 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
273 new_lcr |= SERIAL_EVEN_PARITY; in qt2_set_termios()
276 new_lcr |= UART_LCR_WLEN(tty_get_char_size(cflag)); in qt2_set_termios()
283 new_lcr); in qt2_set_termios()