HomeSort by: relevance | last modified time | path
    Searched defs:eisa_present (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/arch/sgimips/dev/
imc.c 55 int eisa_present; member in struct:imc_softc
120 isc.eisa_present = (sysid & IMC_SYSID_HAVEISA);
122 isc.eisa_present = 0;
126 if (isc.eisa_present)
229 if (isc.eisa_present) {
imc.c 55 int eisa_present; member in struct:imc_softc
120 isc.eisa_present = (sysid & IMC_SYSID_HAVEISA);
122 isc.eisa_present = 0;
126 if (isc.eisa_present)
229 if (isc.eisa_present) {

Completed in 23 milliseconds