Searched refs:sInB (Results 1 – 2 of 2) sorted by relevance
65 static inline unsigned char sInB(unsigned short port) in sInB() function727 #define sGetAiopIntStatus(CTLP,AIOPNUM) sInB((CTLP)->AiopIntChanIO[AIOPNUM])753 #define sGetChanIntID(ChP) (sInB((ChP)->IntID) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA…807 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat)815 (sInB((ByteIO_t)((ChP)->ChanStat+8)) & DSR_ACT) : \817 (!(sInB((ChP)->CtlP->AiopIO[3]) & sBitMapSetTbl[(ChP)->ChanNum])) : \832 #define sGetControllerIntStatus(CTLP) (sInB((CTLP)->MReg1IO) & 0x0f)871 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount)
411 cbuf[ToRecv - 1] = sInB(sGetTxRxDataIO(cp)); in rp_do_receive()1143 RingInd = !(sInB(CtlP->UPCIRingInd) & sBitMapSetTbl[ChanNum]); in sGetChanRI()1145 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()1147 RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]); in sGetChanRI()2912 sInB(ChP->IntChan); /* depends on bus i/o timing */ in sFlushRxFIFO()2956 sInB(ChP->IntChan); /* depends on bus i/o timing */ in sFlushTxFIFO()2989 if (sInB((ByteIO_t) ChP->IndexData) & PRI_PEND) /* priority buffer busy */ in sWriteTxPrioByte()3056 Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum]; in sEnInterrupts()3097 Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum]; in sDisInterrupts()3117 val = sInB(CtlP->MReg3IO); in sModemReset()[all …]