Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/serial/
Df81232.c610 u8 new_lcr = 0; in f81232_set_termios() local
635 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
638 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
641 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
645 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
647 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in f81232_set_termios()
651 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
652 status = f81232_set_register(port, LINE_CONTROL_REGISTER, new_lcr); in f81232_set_termios()
658 priv->shadow_lcr = new_lcr; in f81232_set_termios()
Df81534.c950 u8 new_lcr = 0; in f81534_set_termios() local
961 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
964 new_lcr |= UART_LCR_EPAR; in f81534_set_termios()
967 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
971 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
973 new_lcr |= UART_LCR_WLEN(tty_get_char_size(tty->termios.c_cflag)); in f81534_set_termios()
986 status = f81534_set_port_config(port, tty, baud, old_baud, new_lcr); in f81534_set_termios()
Dquatech2.c272 u16 new_lcr = 0; in qt2_set_termios() local
279 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
281 new_lcr |= SERIAL_EVEN_PARITY; in qt2_set_termios()
284 new_lcr |= UART_LCR_WLEN(tty_get_char_size(cflag)); in qt2_set_termios()
291 new_lcr); in qt2_set_termios()