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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Drocket_int.h65 static inline unsigned char sInB(unsigned short port) 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)
825 #define sGetControllerIntStatus(CTLP) (sInB((CTLP)->MReg1IO) & 0x0f)
864 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount)
H A Drocket.c415 cbuf[ToRecv - 1] = sInB(sGetTxRxDataIO(cp));
1156 RingInd = !(sInB(CtlP->UPCIRingInd) & sBitMapSetTbl[ChanNum]);
1158 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT;
1160 RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]);
2915 sInB(ChP->IntChan); /* depends on bus i/o timing */
2959 sInB(ChP->IntChan); /* depends on bus i/o timing */
2992 if (sInB((ByteIO_t) ChP->IndexData) & PRI_PEND) /* priority buffer busy */
3059 Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum];
3100 Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum];
3120 val = sInB(Ctl
[all...]

Completed in 55 milliseconds