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

  /src/sys/arch/sgimips/hpc/
hpc.c 400 uint32_t hpctype; local in function:hpc_attach
431 if ((hpctype = hpc_revision(sc, ga)) == 0)
435 if (hpctype == 15)
443 isioplus = (ga->ga_addr == HPC_BASE_ADDRESS_1 && hpctype == 3 &&
446 printf(": SGI HPC%d%s (%s)\n", (hpctype == 3) ? 3 : 1,
447 (hpctype == 15) ? ".5" : "", (isonboard) ? "onboard" :
511 hpc_read_eeprom(hpctype, normal_memt,
515 hd = (hpctype == 3) ? hpc3_devices : hpc1_devices;
531 if (hpctype == 3)
535 ha.hpc_regs->revision = hpctype;
    [all...]
hpc.c 400 uint32_t hpctype; local in function:hpc_attach
431 if ((hpctype = hpc_revision(sc, ga)) == 0)
435 if (hpctype == 15)
443 isioplus = (ga->ga_addr == HPC_BASE_ADDRESS_1 && hpctype == 3 &&
446 printf(": SGI HPC%d%s (%s)\n", (hpctype == 3) ? 3 : 1,
447 (hpctype == 15) ? ".5" : "", (isonboard) ? "onboard" :
511 hpc_read_eeprom(hpctype, normal_memt,
515 hd = (hpctype == 3) ? hpc3_devices : hpc1_devices;
531 if (hpctype == 3)
535 ha.hpc_regs->revision = hpctype;
    [all...]

Completed in 56 milliseconds