Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/tty/serial/
H A Dpnx8xxx_uart.c439 unsigned int lcr_fcr, old_ien, baud, quot; in pnx8xxx_set_termios() local
453 lcr_fcr = PNX8XXX_UART_LCR_8BIT; in pnx8xxx_set_termios()
455 lcr_fcr = 0; in pnx8xxx_set_termios()
458 lcr_fcr |= PNX8XXX_UART_LCR_2STOPB; in pnx8xxx_set_termios()
460 lcr_fcr |= PNX8XXX_UART_LCR_PAREN; in pnx8xxx_set_termios()
462 lcr_fcr |= PNX8XXX_UART_LCR_PAREVN; in pnx8xxx_set_termios()
532 lcr_fcr |= PNX8XXX_UART_LCR_TX_RST; in pnx8xxx_set_termios()
533 lcr_fcr |= PNX8XXX_UART_LCR_RX_RST; in pnx8xxx_set_termios()
536 serial_out(sport, PNX8XXX_LCR, lcr_fcr); in pnx8xxx_set_termios()