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

/freebsd-11.0-release/sys/dev/rp/
H A Drp_pci.c272 CtlP->AiopID[i] = sReadAiopID(CtlP, i); /* read AIOP ID */
273 /*device_printf(CtlP->dev, "ID = %d.\n", CtlP->AiopID[i]);*/
274 if(CtlP->AiopID[i] == AIOPID_NULL) /* if AIOP does not exist */
H A Drp_isa.c437 CtlP->AiopID[i] = sReadAiopID(CtlP, i); /* read AIOP ID */
438 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 121 milliseconds