Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/serial/
Df81232.c438 u8 new_lcr = 0; in f81232_set_termios() local
461 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
464 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
467 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
471 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
475 new_lcr |= UART_LCR_WLEN5; in f81232_set_termios()
478 new_lcr |= UART_LCR_WLEN6; in f81232_set_termios()
481 new_lcr |= UART_LCR_WLEN7; in f81232_set_termios()
485 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
489 status = f81232_set_register(port, LINE_CONTROL_REGISTER, new_lcr); in f81232_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()
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.c949 u8 new_lcr = 0; in f81534_set_termios() local
960 new_lcr |= UART_LCR_PARITY; in f81534_set_termios()
963 new_lcr |= UART_LCR_EPAR; in f81534_set_termios()
966 new_lcr |= UART_LCR_SPAR; in f81534_set_termios()
970 new_lcr |= UART_LCR_STOP; in f81534_set_termios()
974 new_lcr |= UART_LCR_WLEN5; in f81534_set_termios()
977 new_lcr |= UART_LCR_WLEN6; in f81534_set_termios()
980 new_lcr |= UART_LCR_WLEN7; in f81534_set_termios()
984 new_lcr |= UART_LCR_WLEN8; in f81534_set_termios()
999 status = f81534_set_port_config(port, tty, baud, old_baud, new_lcr); in f81534_set_termios()