AiopIO           1116 drivers/tty/rocket.c 		RingInd = !(sInB(CtlP->AiopIO[3]) & sBitMapSetTbl[ChanNum]);
AiopIO           1743 drivers/tty/rocket.c 		addr = CtlP->AiopIO[0] + 0x4F;
AiopIO           1750 drivers/tty/rocket.c 		addr = CtlP->AiopIO[0] + 0x88;
AiopIO           1856 drivers/tty/rocket.c 		CtlP->AiopIO[i] = (WordIO_t) io;
AiopIO           2594 drivers/tty/rocket.c 		CtlP->AiopIO[i] = (WordIO_t) io;
AiopIO           2691 drivers/tty/rocket.c 	WordIO_t AiopIO;
AiopIO           2708 drivers/tty/rocket.c 	AiopIO = CtlP->AiopIO[AiopNum];
AiopIO           2709 drivers/tty/rocket.c 	ChP->Cmd = (ByteIO_t) AiopIO + _CMD_REG;
AiopIO           2710 drivers/tty/rocket.c 	ChP->IntChan = (ByteIO_t) AiopIO + _INT_CHAN;
AiopIO           2711 drivers/tty/rocket.c 	ChP->IntMask = (ByteIO_t) AiopIO + _INT_MASK;
AiopIO           2712 drivers/tty/rocket.c 	ChP->IndexAddr = (DWordIO_t) AiopIO + _INDX_ADDR;
AiopIO           2713 drivers/tty/rocket.c 	ChP->IndexData = AiopIO + _INDX_DATA;
AiopIO           2716 drivers/tty/rocket.c 	ChIOOff = AiopIO + ChP->ChanNum * 2;
AiopIO           2720 drivers/tty/rocket.c 	ChP->IntID = (ByteIO_t) AiopIO + ChP->ChanNum + _INT_ID0;
AiopIO           3066 drivers/tty/rocket.c 	sOutB(ChP->CtlP->AiopIO[2], (mode & 0x18) | ChP->ChanNum);
AiopIO           3078 drivers/tty/rocket.c 	addr = CtlP->AiopIO[0] + 0x400;
AiopIO           3102 drivers/tty/rocket.c 	addr = CtlP->AiopIO[0] + 0x40;	/* 2nd AIOP */
AiopIO            321 drivers/tty/rocket_int.h 	WordIO_t AiopIO[AIOP_CTL_SIZE];
AiopIO            818 drivers/tty/rocket_int.h                                (!(sInB((ChP)->CtlP->AiopIO[3]) & sBitMapSetTbl[(ChP)->ChanNum])) : \
AiopIO            909 drivers/tty/rocket_int.h    sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,RESET_ALL); \
AiopIO            910 drivers/tty/rocket_int.h    sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,0x0); \