Lines Matching refs:ChanNum
223 int ChanNum);
1105 int ChanNum = ChP->ChanNum; in sGetChanRI() local
1109 RingInd = !(sInB(CtlP->UPCIRingInd) & sBitMapSetTbl[ChanNum]); in sGetChanRI()
1113 RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]); in sGetChanRI()
2679 int ChanNum) in sInitChan() argument
2689 if (ChanNum >= CtlP->AiopNumChan[AiopNum]) in sInitChan()
2696 ChP->ChanNum = ChanNum; in sInitChan()
2707 ChIOOff = AiopIO + ChP->ChanNum * 2; in sInitChan()
2711 ChP->IntID = (ByteIO_t) AiopIO + ChP->ChanNum + _INT_ID0; in sInitChan()
2716 R[1] = RData[i + 1] + 0x10 * ChanNum; in sInitChan()
2725 ChR[i + 1] = RRegData[i + 1] + 0x10 * ChanNum; in sInitChan()
2731 ChOff = (Word_t) ChanNum *0x1000; in sInitChan()
2783 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESTXFCNT); /* apply reset Tx FIFO count */ in sInitChan()
2784 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Tx FIFO count */ in sInitChan()
2790 sOutB(ChP->Cmd, (Byte_t) ChanNum | RESRXFCNT); /* apply reset Rx FIFO count */ in sInitChan()
2791 sOutB(ChP->Cmd, (Byte_t) ChanNum); /* remove reset Rx FIFO count */ in sInitChan()
3009 Mask = sInB(ChP->IntMask) | sBitMapSetTbl[ChP->ChanNum]; in sEnInterrupts()
3050 Mask = sInB(ChP->IntMask) & sBitMapClrTbl[ChP->ChanNum]; in sDisInterrupts()
3057 sOutB(ChP->CtlP->AiopIO[2], (mode & 0x18) | ChP->ChanNum); in sSetInterfaceMode()