Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/tty/
Drocket.c1884 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sPCIInitController()
1885 if (CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sPCIInitController()
2626 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sInitController()
2627 if (CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sInitController()
2657 Byte_t AiopID; /* ID byte from AIOP */ in sReadAiopID() local
2661 AiopID = sInW(io + _CHN_STAT0) & 0x07; in sReadAiopID()
2662 if (AiopID == 0x06) in sReadAiopID()
2728 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
Drocket_int.h322 int AiopID[AIOP_CTL_SIZE]; member