UARTSTAT_OR
if (sr & UARTSTAT_OR)
port->ignore_status_mask |= UARTSTAT_OR;
if (sr & (UARTSTAT_PE | UARTSTAT_OR | UARTSTAT_FE)) {