MLB_USIO_SSR_ORE
if (!(status & (MLB_USIO_SSR_ORE | MLB_USIO_SSR_FRE |
uart_insert_char(port, status, MLB_USIO_SSR_ORE,
if (status & MLB_USIO_SSR_ORE)
uart_insert_char(port, status, MLB_USIO_SSR_ORE,
port->read_status_mask = MLB_USIO_SSR_ORE | MLB_USIO_SSR_RDRF |
port->ignore_status_mask |= MLB_USIO_SSR_ORE;