Searched refs:PORT_ERR_OVERRUN (Results 1 – 2 of 2) sorted by relevance
350 #define PORT_ERR_OVERRUN 0x02 /* Overrun is reported by peer device */ macro
676 if (line_status & PORT_ERR_OVERRUN) event |= PORT_EV_OVERRUN; in PORT_LineStatusInd()680 if (line_status & ~(PORT_ERR_OVERRUN | PORT_ERR_BREAK)) event |= PORT_EV_ERR; in PORT_LineStatusInd()