Searched refs:AiopID (Results 1 - 4 of 4) sorted by relevance

/freebsd-11-stable/sys/dev/rp/
H A Drp_pci.c273 CtlP->AiopID[i] = sReadAiopID(CtlP, i); /* read AIOP ID */
274 /*device_printf(CtlP->dev, "ID = %d.\n", CtlP->AiopID[i]);*/
275 if(CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */
H A Drp_isa.c438 CtlP->AiopID[i] = sReadAiopID(CtlP, i); /* read AIOP ID */
439 if(CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */
H A Drp.c136 Byte_t AiopID; /* ID byte from AIOP */ local
140 AiopID = rp_readaiop1(CtlP, aiop, _CHN_STAT0) & 0x07;
141 if(AiopID == 0x06)
205 ChP->ChanID = CtlP->AiopID[AiopNum];
H A Drpreg.h361 int AiopID[AIOP_CTL_SIZE]; member in struct:CONTROLLER_str

Completed in 63 milliseconds