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

/netbsd-current/sys/arch/sgimips/hpc/
H A Dhpc.c400 uint32_t hpctype; local
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;
696 hpc_read_eeprom(int hpctype, bus_space_tag_t t, bus_space_handle_t h, uint8_t *buf, size_t len) argument
[all...]

Completed in 74 milliseconds