Home
last modified time | relevance | path

Searched refs:SR_OVERRUN (Results 1 – 4 of 4) sorted by relevance

/netbsd/sys/arch/sgimips/dev/
H A Dscnreg.h220 #define SR_OVERRUN 0x10 macro
H A Dscn.c1403 if (sr & (SR_PARITY | SR_FRAME | SR_BREAK | SR_OVERRUN)) \ in scn_rxintr()
1553 if (sr & SR_OVERRUN) { in scnsoft()
/netbsd/sys/arch/vax/uba/
H A Dqvareg.h267 #define SR_OVERRUN 0x10 macro
H A Dqvaux.c441 if ((stat[line] & SR_OVERRUN) && overrun == 0) { // ? in qvauxrint()