Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/tty/
Drocket.c1850 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sPCIInitController()
1851 if (CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sPCIInitController()
2592 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sInitController()
2593 if (CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sInitController()
2623 Byte_t AiopID; /* ID byte from AIOP */ in sReadAiopID() local
2627 AiopID = sInW(io + _CHN_STAT0) & 0x07; in sReadAiopID()
2628 if (AiopID == 0x06) in sReadAiopID()
2694 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
Drocket_int.h323 int AiopID[AIOP_CTL_SIZE]; member