SUP_UART_LSR_OE
if (lsr & SUP_UART_LSR_OE)
uart_insert_char(port, lsr, SUP_UART_LSR_OE, ch, flag);
port->ignore_status_mask |= SUP_UART_LSR_OE;