Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/usb/serial/
Df81232.c534 u8 new_lcr = 0; in f81232_set_termios() local
559 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
562 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
565 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
569 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
573 new_lcr |= UART_LCR_WLEN5; in f81232_set_termios()
576 new_lcr |= UART_LCR_WLEN6; in f81232_set_termios()
579 new_lcr |= UART_LCR_WLEN7; in f81232_set_termios()
583 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
589 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
[all …]
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()
286 new_lcr |= UART_LCR_WLEN5; in qt2_set_termios()
289 new_lcr |= UART_LCR_WLEN6; in qt2_set_termios()
292 new_lcr |= UART_LCR_WLEN7; in qt2_set_termios()
296 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios()
305 new_lcr); in qt2_set_termios()
Df81534.c952 u8 new_lcr = 0; in f81534_set_termios() local
963 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
966 new_lcr |= UART_LCR_EPAR; in f81534_set_termios()
969 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
973 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
977 new_lcr |= UART_LCR_WLEN5; in f81534_set_termios()
980 new_lcr |= UART_LCR_WLEN6; in f81534_set_termios()
983 new_lcr |= UART_LCR_WLEN7; in f81534_set_termios()
987 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
1002 status = f81534_set_port_config(port, tty, baud, old_baud, new_lcr); in f81534_set_termios()