Home
last modified time | relevance | path

Searched refs:AiopIO (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/char/
Drocket.c2531 CtlP->AiopIO[i] = (WordIO_t)io; in sInitController()
2649 CtlP->AiopIO[i] = (WordIO_t)io; in sPCIInitController()
2740 WordIO_t AiopIO; in sInitChan() local
2757 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 …]
Drocket_int.h331 WordIO_t AiopIO[AIOP_CTL_SIZE]; member
854 sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,RESET_ALL); \
855 sOutB((CTLP)->AiopIO[(AIOPNUM)]+_CMD_REG,0x0); \