Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Drocket_int.h66 static inline unsigned char sInB(unsigned short port) in sInB() function
728 #define sGetAiopIntStatus(CTLP,AIOPNUM) sInB((CTLP)->AiopIntChanIO[AIOPNUM])
754 #define sGetChanIntID(ChP) (sInB((ChP)->IntID) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA…
808 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat)
816 (sInB((ByteIO_t)((ChP)->ChanStat+8)) & DSR_ACT) : \
818 (!(sInB((ChP)->CtlP->AiopIO[3]) & sBitMapSetTbl[(ChP)->ChanNum])) : \
833 #define sGetControllerIntStatus(CTLP) (sInB((CTLP)->MReg1IO) & 0x0f)
872 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount)
Drocket.c398 cbuf[ToRecv - 1] = sInB(sGetTxRxDataIO(cp)); in rp_do_receive()
1109 RingInd = !(sInB(CtlP->UPCIRingInd) & sBitMapSetTbl[ChanNum]); in sGetChanRI()
1111 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()
1113 RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]); in sGetChanRI()
2865 sInB(ChP->IntChan); /* depends on bus i/o timing */ in sFlushRxFIFO()
2909 sInB(ChP->IntChan); /* depends on bus i/o timing */ in sFlushTxFIFO()
2942 if (sInB((ByteIO_t) ChP->IndexData) & PRI_PEND) /* priority buffer busy */ in sWriteTxPrioByte()
3009 Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum]; in sEnInterrupts()
3050 Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum]; in sDisInterrupts()
3070 val = sInB(CtlP->MReg3IO); in sModemReset()
[all …]