Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Drocket_int.h54 #define sInB(a) (inb_p(a)) macro
688 #define sGetAiopIntStatus(CTLP,AIOPNUM) sInB((CTLP)->AiopIntChanIO[AIOPNUM])
714 #define sGetChanIntID(ChP) (sInB((ChP)->IntID) & (RXF_TRIG | TXFIFO_MT | SRC_INT | DELTA_CD | DELTA…
768 #define sGetChanStatusLo(ChP) sInB((ByteIO_t)(ChP)->ChanStat)
781 #define sGetControllerIntStatus(CTLP) (sInB((CTLP)->MReg1IO) & 0x0f)
817 #define sGetTxCnt(ChP) sInB((ByteIO_t)(ChP)->TxRxCount)
Drocket.c348 cbuf[ToRecv-1] = sInB(sGetTxRxDataIO(cp)); in rp_do_receive()
2685 AiopID = sInB(io + _CHN_STAT0) & 0x07; in sReadAiopID()
2926 sInB(ChP->IntChan); /* depends on bus i/o timing */ in sFlushRxFIFO()
2971 sInB(ChP->IntChan); /* depends on bus i/o timing */ in sFlushTxFIFO()
3005 if(sInB((ByteIO_t)ChP->IndexData) & PRI_PEND) /* priority buffer busy */ in sWriteTxPrioByte()
3074 Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum]; in sEnInterrupts()
3116 Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum]; in sDisInterrupts()