lcr_fcr 445 drivers/tty/serial/pnx8xxx_uart.c unsigned int lcr_fcr, old_ien, baud, quot; lcr_fcr 459 drivers/tty/serial/pnx8xxx_uart.c lcr_fcr = PNX8XXX_UART_LCR_8BIT; lcr_fcr 461 drivers/tty/serial/pnx8xxx_uart.c lcr_fcr = 0; lcr_fcr 464 drivers/tty/serial/pnx8xxx_uart.c lcr_fcr |= PNX8XXX_UART_LCR_2STOPB; lcr_fcr 466 drivers/tty/serial/pnx8xxx_uart.c lcr_fcr |= PNX8XXX_UART_LCR_PAREN; lcr_fcr 468 drivers/tty/serial/pnx8xxx_uart.c lcr_fcr |= PNX8XXX_UART_LCR_PAREVN; lcr_fcr 538 drivers/tty/serial/pnx8xxx_uart.c lcr_fcr |= PNX8XXX_UART_LCR_TX_RST; lcr_fcr 539 drivers/tty/serial/pnx8xxx_uart.c lcr_fcr |= PNX8XXX_UART_LCR_RX_RST; lcr_fcr 542 drivers/tty/serial/pnx8xxx_uart.c serial_out(sport, PNX8XXX_LCR, lcr_fcr);