Searched refs:new_lcr (Results 1 – 3 of 3) sorted by relevance
630 u8 new_lcr = 0; in f81232_set_termios() local655 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 …]
272 u16 new_lcr = 0; in qt2_set_termios() local279 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()
950 u8 new_lcr = 0; in f81534_set_termios() local961 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()