Lines Matching refs:ChanNum
236 int ChanNum);
1130 int ChanNum = ChP->ChanNum; in sGetChanRI() local
1134 RingInd = !(sInB(CtlP->UPCIRingInd) & sBitMapSetTbl[ChanNum]); in sGetChanRI()
1138 RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]); in sGetChanRI()
2713 int ChanNum) in sInitChan() argument
2723 if (ChanNum >= CtlP->AiopNumChan[AiopNum]) in sInitChan()
2730 ChP->ChanNum = ChanNum; in sInitChan()
2741 ChIOOff = AiopIO + ChP->ChanNum * 2; in sInitChan()
2745 ChP->IntID = (ByteIO_t) AiopIO + ChP->ChanNum + _INT_ID0; in sInitChan()
2750 R[1] = RData[i + 1] + 0x10 * ChanNum; in sInitChan()
2759 ChR[i + 1] = RRegData[i + 1] + 0x10 * ChanNum; in sInitChan()
2765 ChOff = (Word_t) ChanNum *0x1000; in sInitChan()
2817 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESTXFCNT); /* apply reset Tx FIFO count */ in sInitChan()
2818 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Tx FIFO count */ in sInitChan()
2824 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESRXFCNT); /* apply reset Rx FIFO count */ in sInitChan()
2825 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Rx FIFO count */ in sInitChan()
3043 Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum]; in sEnInterrupts()
3084 Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum]; in sDisInterrupts()
3091 sOutB(ChP->CtlP->AiopIO[2], (mode & 0x18) | ChP->ChanNum); in sSetInterfaceMode()