Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Drocket_int.h27 typedef unsigned int WordIO_t; typedef
309 WordIO_t PCIIO;
310 WordIO_t PCIIO2;
320 WordIO_t AiopIO[AIOP_CTL_SIZE];
341 WordIO_t IndexData;
343 WordIO_t TxRxData;
344 WordIO_t ChanStat;
345 WordIO_t TxRxCount;
Drocket.c249 static int sReadAiopNumChan(WordIO_t io);
1864 WordIO_t ConfigIO, int IRQNum, Byte_t Frequency, in sPCIInitController()
1885 (WordIO_t) ((ByteIO_t) AiopIOList[0] + _PCI_INT_FUNC); in sPCIInitController()
1894 CtlP->AiopIO[i] = (WordIO_t) io; in sPCIInitController()
1901 CtlP->AiopNumChan[i] = sReadAiopNumChan((WordIO_t) io); /* num channels in AIOP */ in sPCIInitController()
1902 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */ in sPCIInitController()
1927 WordIO_t ConfigIO = 0; in register_PCI()
2632 CtlP->AiopIO[i] = (WordIO_t) io; in sInitController()
2643 CtlP->AiopNumChan[i] = sReadAiopNumChan((WordIO_t) io); /* num channels in AIOP */ in sInitController()
2644 sOutW((WordIO_t) io + _INDX_ADDR, _CLK_PRE); /* clock prescaler */ in sInitController()
[all …]