uart_insert_char
uart_insert_char(port, rxs, RXSTAT_OVERRUN, ch, flag);
uart_insert_char(port, lsr, UART_LSR_OE, ch, flag);
uart_insert_char(port, 0, 0, ch, TTY_NORMAL);
uart_insert_char(port, status, ALTERA_UART_STATUS_ROE_MSK, ch,
uart_insert_char(port, rsr, UART01x_RSR_OE, ch, flag);
uart_insert_char(&uap->port, ch, UART011_DR_OE, ch, flag);
uart_insert_char(port, rsr, UART_STATUS_OE, ch, flag);
uart_insert_char(port, status, RXOERR, ch, flg);
uart_insert_char(port, status, ATMEL_US_OVRE, c.ch, flg);
uart_insert_char(port, status, UARTDR_OVERR, ch, flg);
uart_insert_char(port, status, UA_STATUS_OVERRUN_ERR, ch,
uart_insert_char(uport, status, DZ_OERR, ch, flag);
uart_insert_char(&up->port, r1, Rx_OVR, ch, flag);
uart_insert_char(port, 1, 0, ch, TTY_NORMAL);
uart_insert_char(&up->port, fsr, MA35_FSR_RX_OVER_IF, ch, flag);
uart_insert_char(&s->port, status, MAX3100_STATUS_OE, ch, flg);
uart_insert_char(port, sts, 0, one->rx_buf[i], flag);
uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT,
uart_insert_char(port, sts, MAX310X_LSR_RXOVR_BIT, ch, flag);
uart_insert_char(port, status, MCFUART_USR_RXOVERRUN, ch, flag);
uart_insert_char(port, status, MLB_USIO_SSR_ORE,
uart_insert_char(port, status, MLB_USIO_SSR_ORE,
uart_insert_char(&s->port, stat, AUART_STAT_OERR, c, flag);
uart_insert_char(&up->port, lsr, UART_LSR_OE, 0, flag);
uart_insert_char(&up->port, lsr, UART_LSR_OE, ch, TTY_NORMAL);
uart_insert_char(&up->port, *status, UART_LSR_OE, ch, flag);
uart_insert_char(&up->port, byte, 0, ch,
uart_insert_char(&up->port, byte,
uart_insert_char(&sport->port, status, UTSR1_TO_SM(UTSR1_ROR), ch, flg);
uart_insert_char(port, uerstat, S3C2410_UERSTAT_OVERRUN,
uart_insert_char(uport, status, M_DUART_OVRUN_ERR, ch, flag);
uart_insert_char(port, lsr, SC16IS7XX_LSR_OE_BIT, ch,
uart_insert_char(port, sr, SR_OVR, ch, flag);
uart_insert_char(&tup->uport, lsr, UART_LSR_OE, 0, flag);
EXPORT_SYMBOL_GPL(uart_insert_char);
uart_insert_char(up, disr, TXX9_SIDISR_UOER, ch, flag);
uart_insert_char(&ssp->port, 0, 0, ch, TTY_NORMAL);
uart_insert_char(port, lsr, SPRD_LSR_OE, ch, flag);
uart_insert_char(port, c, ASC_RXBUF_DUMMY_OE, c & 0xff, flag);
uart_insert_char(port, sr, USART_SR_ORE, c, flag);
uart_insert_char(port, lsr, SUP_UART_LSR_OE, ch, flag);
uart_insert_char(uport, status, Rx_OVR, ch, flag);
void uart_insert_char(struct uart_port *port, unsigned int status,