Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Drocket.c2537 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sInitController()
2538 if(CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sInitController()
2652 CtlP->AiopID[i] = sReadAiopID(io); /* read AIOP ID */ in sPCIInitController()
2653 if(CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */ in sPCIInitController()
2681 Byte_t AiopID; /* ID byte from AIOP */ in sReadAiopID() local
2685 AiopID = sInB(io + _CHN_STAT0) & 0x07; in sReadAiopID()
2686 if(AiopID == 0x06) in sReadAiopID()
2752 ChP->ChanID = CtlP->AiopID[AiopNum]; in sInitChan()
Drocket_int.h333 int AiopID[AIOP_CTL_SIZE]; member