Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/usb/serial/
H A Df81232.c636 u8 new_lcr = 0; in f81232_set_termios() local
661 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
664 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
667 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
671 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
675 new_lcr |= UART_LCR_WLEN5; in f81232_set_termios()
678 new_lcr |= UART_LCR_WLEN6; in f81232_set_termios()
681 new_lcr |= UART_LCR_WLEN7; in f81232_set_termios()
685 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
691 new_lcr |= (priv->shadow_lcr & UART_LCR_SBC); in f81232_set_termios()
[all …]
H A 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()
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()
979 new_lcr |= UART_LCR_WLEN5; in f81534_set_termios()
982 new_lcr |= UART_LCR_WLEN6; in f81534_set_termios()
985 new_lcr |= UART_LCR_WLEN7; in f81534_set_termios()
989 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
1004 status = f81534_set_port_config(port, tty, baud, old_baud, new_lcr); in f81534_set_termios()