Searched refs:sInB (Results 1 - 2 of 2) sorted by relevance

/linux-4.4.14/drivers/tty/
H A Drocket_int.h65 static inline unsigned char sInB(unsigned short port) sInB() function
727 #define sGetAiopIntStatus(CTLP,AIOPNUM) sInB((CTLP)->AiopIntChanIO[AIOPNUM])
753 #define sGetChanIntID(ChP) (sInB((ChP)->IntID) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA_CTS | DELTA_DSR))
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)
H A Drocket.c411 cbuf[ToRecv - 1] = sInB(sGetTxRxDataIO(cp)); rp_do_receive()
1134 RingInd = !(sInB(CtlP->UPCIRingInd) & sBitMapSetTbl[ChanNum]); sGetChanRI()
1136 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; sGetChanRI()
1138 RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]); sGetChanRI()
2899 sInB(ChP->IntChan); /* depends on bus i/o timing */ sFlushRxFIFO()
2943 sInB(ChP->IntChan); /* depends on bus i/o timing */ sFlushTxFIFO()
2976 if (sInB((ByteIO_t) ChP->IndexData) & PRI_PEND) /* priority buffer busy */ sWriteTxPrioByte()
3043 Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum]; sEnInterrupts()
3084 Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum]; sDisInterrupts()
3104 val = sInB(CtlP->MReg3IO); sModemReset()
3107 val = sInB(CtlP->MReg2IO); sModemReset()

Completed in 104 milliseconds