Home
last modified time | relevance | path

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

/Linux-v5.15/drivers/usb/serial/
Df81232.c630 u8 new_lcr = 0; in f81232_set_termios() local
655 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
658 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
661 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
665 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
669 new_lcr |= UART_LCR_WLEN5; in f81232_set_termios()
672 new_lcr |= UART_LCR_WLEN6; in f81232_set_termios()
675 new_lcr |= UART_LCR_WLEN7; in f81232_set_termios()
679 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
685 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.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()
975 new_lcr |= UART_LCR_WLEN5; in f81534_set_termios()
978 new_lcr |= UART_LCR_WLEN6; in f81534_set_termios()
981 new_lcr |= UART_LCR_WLEN7; in f81534_set_termios()
985 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
1000 status = f81534_set_port_config(port, tty, baud, old_baud, new_lcr); in f81534_set_termios()