Home
last modified time | relevance | path

Searched refs:SII_IBF (Results 1 – 2 of 2) sorted by relevance

/original-bsd/sys/pmax/dev/
H A Dsiireg.h159 #define SII_IBF 0x0400 /* Input Buffer Full */ macro
H A Dsii.c657 dstat &= ~(SII_IBF | SII_TBE);
694 dstat &= ~(SII_IBF | SII_TBE);
699 if (dstat & (SII_MIS | SII_IBF | SII_TBE)) {
1494 if (!(dstat & SII_IBF) || (dstat & SII_MIS)) {
1498 SII_WAIT_UNTIL(dstat, regs->dstat, dstat & SII_IBF,
1501 if (!(dstat & SII_IBF))