Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/serial/
Dpnx8xxx_uart.c449 unsigned int lcr_fcr, old_ien, baud, quot; in pnx8xxx_set_termios() local
463 lcr_fcr = PNX8XXX_UART_LCR_8BIT; in pnx8xxx_set_termios()
465 lcr_fcr = 0; in pnx8xxx_set_termios()
468 lcr_fcr |= PNX8XXX_UART_LCR_2STOPB; in pnx8xxx_set_termios()
470 lcr_fcr |= PNX8XXX_UART_LCR_PAREN; in pnx8xxx_set_termios()
472 lcr_fcr |= PNX8XXX_UART_LCR_PAREVN; in pnx8xxx_set_termios()
542 lcr_fcr |= PNX8XXX_UART_LCR_TX_RST; in pnx8xxx_set_termios()
543 lcr_fcr |= PNX8XXX_UART_LCR_RX_RST; in pnx8xxx_set_termios()
546 serial_out(sport, PNX8XXX_LCR, lcr_fcr); in pnx8xxx_set_termios()