sInB 398 drivers/tty/rocket.c cbuf[ToRecv - 1] = sInB(sGetTxRxDataIO(cp)); sInB 1112 drivers/tty/rocket.c RingInd = !(sInB(CtlP->UPCIRingInd) & sBitMapSetTbl[ChanNum]); sInB 1114 drivers/tty/rocket.c RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; sInB 1116 drivers/tty/rocket.c RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]); sInB 2874 drivers/tty/rocket.c sInB(ChP->IntChan); /* depends on bus i/o timing */ sInB 2918 drivers/tty/rocket.c sInB(ChP->IntChan); /* depends on bus i/o timing */ sInB 2951 drivers/tty/rocket.c if (sInB((ByteIO_t) ChP->IndexData) & PRI_PEND) /* priority buffer busy */ sInB 3018 drivers/tty/rocket.c Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum]; sInB 3059 drivers/tty/rocket.c Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum]; sInB 3079 drivers/tty/rocket.c val = sInB(CtlP->MReg3IO); sInB 3082 drivers/tty/rocket.c val = sInB(CtlP->MReg2IO); sInB 728 drivers/tty/rocket_int.h #define sGetAiopIntStatus(CTLP,AIOPNUM) sInB((CTLP)->AiopIntChanIO[AIOPNUM]) sInB 754 drivers/tty/rocket_int.h #define sGetChanIntID(ChP) (sInB((ChP)->IntID) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA_CTS | DELTA_DSR)) sInB 808 drivers/tty/rocket_int.h #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat) sInB 816 drivers/tty/rocket_int.h (sInB((ByteIO_t)((ChP)->ChanStat+8)) & DSR_ACT) : \ sInB 818 drivers/tty/rocket_int.h (!(sInB((ChP)->CtlP->AiopIO[3]) & sBitMapSetTbl[(ChP)->ChanNum])) : \ sInB 833 drivers/tty/rocket_int.h #define sGetControllerIntStatus(CTLP) (sInB((CTLP)->MReg1IO) & 0x0f) sInB 872 drivers/tty/rocket_int.h #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount)