Searched refs:AiopIO (Results 1 – 2 of 2) sorted by relevance
2531 CtlP->AiopIO[i] = (WordIO_t)io; in sInitController()2649 CtlP->AiopIO[i] = (WordIO_t)io; in sPCIInitController()2740 WordIO_t AiopIO; in sInitChan() local2757 AiopIO = CtlP->AiopIO[AiopNum]; in sInitChan()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()2761 ChP->IndexAddr = (DWordIO_t)AiopIO + _INDX_ADDR; in sInitChan()2762 ChP->IndexData = AiopIO + _INDX_DATA; in sInitChan()2765 ChIOOff = AiopIO + ChP->ChanNum * 2; in sInitChan()[all …]
331 WordIO_t AiopIO[AIOP_CTL_SIZE]; member854 sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,RESET_ALL); \855 sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,0x0); \