Lines Matching refs:ByteIO_t
232 static int sInitController(CONTROLLER_T * CtlP, int CtlNum, ByteIO_t MudbacIO,
233 ByteIO_t * AiopIOList, int AiopIOListSize,
235 static int sReadAiopID(ByteIO_t io);
1111 RingInd = sInB((ByteIO_t) (ChP->ChanStat + 8)) & DSR_ACT; in sGetChanRI()
1730 ByteIO_t addr; in rmSpeakerReset()
1816 ByteIO_t * AiopIOList, int AiopIOListSize, in sPCIInitController()
1822 ByteIO_t io; in sPCIInitController()
1838 (WordIO_t) ((ByteIO_t) AiopIOList[0] + _PCI_INT_FUNC); in sPCIInitController()
1881 ByteIO_t UPCIRingInd = 0; in register_PCI()
2546 static int sInitController(CONTROLLER_T * CtlP, int CtlNum, ByteIO_t MudbacIO, in sInitController()
2547 ByteIO_t * AiopIOList, int AiopIOListSize, in sInitController()
2551 ByteIO_t io; in sInitController()
2621 static int sReadAiopID(ByteIO_t io) in sReadAiopID()
2700 ChP->Cmd = (ByteIO_t) AiopIO + _CMD_REG; in sInitChan()
2701 ChP->IntChan = (ByteIO_t) AiopIO + _INT_CHAN; in sInitChan()
2702 ChP->IntMask = (ByteIO_t) AiopIO + _INT_MASK; in sInitChan()
2711 ChP->IntID = (ByteIO_t) AiopIO + ChP->ChanNum + _INT_ID0; in sInitChan()
2942 if (sInB((ByteIO_t) ChP->IndexData) & PRI_PEND) /* priority buffer busy */ in sWriteTxPrioByte()
3066 ByteIO_t addr; in sModemReset()
3091 ByteIO_t addr; in sPCIModemReset()