Searched refs:OVRRUN (Results 1 – 2 of 2) sorted by relevance
103 #define OVRRUN 0x02 /* overrun error */ macro
1810 if (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()1816 while (lsr & (RCA|PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()1838 if (lsr & (PARERR|FRMERR|BRKDET|OVRRUN)) { in async_rxint()1845 if (lsr & OVRRUN) { in async_rxint()