Lines Matching refs:ByteIO_t
2487 ByteIO_t MudbacIO, in sInitController()
2488 ByteIO_t *AiopIOList, in sInitController()
2495 ByteIO_t io; in sInitController()
2628 ByteIO_t *AiopIOList, in sPCIInitController()
2635 ByteIO_t io; in sPCIInitController()
2641 CtlP->PCIIO = (WordIO_t)((ByteIO_t)AiopIOList[0] + _PCI_INT_FUNC); in sPCIInitController()
2679 int sReadAiopID(ByteIO_t io) in sReadAiopID()
2758 ChP->Cmd = (ByteIO_t)AiopIO + _CMD_REG; in sInitChan()
2759 ChP->IntChan = (ByteIO_t)AiopIO + _INT_CHAN; in sInitChan()
2760 ChP->IntMask = (ByteIO_t)AiopIO + _INT_MASK; in sInitChan()
2769 ChP->IntID = (ByteIO_t)AiopIO + ChP->ChanNum + _INT_ID0; in sInitChan()
3005 if(sInB((ByteIO_t)ChP->IndexData) & PRI_PEND) /* priority buffer busy */ in sWriteTxPrioByte()