Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Drocket_int.h46 typedef unsigned int WordIO_t; typedef
323 WordIO_t PCIIO;
331 WordIO_t AiopIO[AIOP_CTL_SIZE];
351 WordIO_t IndexData;
353 WordIO_t TxRxData;
354 WordIO_t ChanStat;
355 WordIO_t TxRxCount;
1083 int sReadAiopNumChan(WordIO_t io);
Drocket.c2531 CtlP->AiopIO[i] = (WordIO_t)io; in sInitController()
2544 CtlP->AiopNumChan[i] = sReadAiopNumChan((WordIO_t)io); /* num channels in AIOP */ in sInitController()
2545 sOutW((WordIO_t)io + _INDX_ADDR,_CLK_PRE); /* clock prescaler */ in sInitController()
2641 CtlP->PCIIO = (WordIO_t)((ByteIO_t)AiopIOList[0] + _PCI_INT_FUNC); in sPCIInitController()
2649 CtlP->AiopIO[i] = (WordIO_t)io; in sPCIInitController()
2656 CtlP->AiopNumChan[i] = sReadAiopNumChan((WordIO_t)io); /* num channels in AIOP */ in sPCIInitController()
2657 sOutW((WordIO_t)io + _INDX_ADDR,_CLK_PRE); /* clock prescaler */ in sPCIInitController()
2705 int sReadAiopNumChan(WordIO_t io) in sReadAiopNumChan()
2740 WordIO_t AiopIO; in sInitChan()
2741 WordIO_t ChIOOff; in sInitChan()
[all …]