Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Df81232.c442 u8 new_lcr = 0; in f81232_set_termios() local
465 new_lcr |= UART_LCR_PARITY; in f81232_set_termios()
468 new_lcr |= UART_LCR_EPAR; in f81232_set_termios()
471 new_lcr |= UART_LCR_SPAR; in f81232_set_termios()
475 new_lcr |= UART_LCR_STOP; in f81232_set_termios()
479 new_lcr |= UART_LCR_WLEN5; in f81232_set_termios()
482 new_lcr |= UART_LCR_WLEN6; in f81232_set_termios()
485 new_lcr |= UART_LCR_WLEN7; in f81232_set_termios()
489 new_lcr |= UART_LCR_WLEN8; in f81232_set_termios()
493 status = f81232_set_register(port, LINE_CONTROL_REGISTER, new_lcr); in f81232_set_termios()
Dquatech2.c275 u16 new_lcr = 0; in qt2_set_termios() local
282 new_lcr |= UART_LCR_PARITY; in qt2_set_termios()
284 new_lcr |= SERIAL_EVEN_PARITY; in qt2_set_termios()
289 new_lcr |= UART_LCR_WLEN5; in qt2_set_termios()
292 new_lcr |= UART_LCR_WLEN6; in qt2_set_termios()
295 new_lcr |= UART_LCR_WLEN7; in qt2_set_termios()
299 new_lcr |= UART_LCR_WLEN8; in qt2_set_termios()
308 new_lcr); in qt2_set_termios()