Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/tty/
Drocket.c1897 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sPCIInitController()
1898 if (CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sPCIInitController()
2639 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sInitController()
2640 if (CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sInitController()
2670 Byte_t AiopID; /* ID byte from AIOP */ in sReadAiopID() local
2674 AiopID = sInW(io + _CHN_STAT0) & 0x07; in sReadAiopID()
2675 if (AiopID == 0x06) in sReadAiopID()
2741 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
Drocket_int.h322 int AiopID[AIOP_CTL_SIZE]; member