Home
last modified time | relevance | path

Searched refs:chip_type (Results 1 – 4 of 4) sorted by relevance

/openbsd-src/sys/dev/ic/
H A Dadwlib.c265 switch(sc->chip_type) { in AdwInitFromEEPROM()
344 if (sc->chip_type == ADW_CHIP_ASC3550) { in AdwInitFromEEPROM()
367 if (sc->chip_type == ADW_CHIP_ASC38C0800 || in AdwInitFromEEPROM()
368 sc->chip_type == ADW_CHIP_ASC38C1600) { in AdwInitFromEEPROM()
439 switch(sc->chip_type) { in AdwInitFromEEPROM()
556 switch (sc->chip_type) { in AdwInitDriver()
596 if((error_code = AdwRamSelfTest(iot, ioh, sc->chip_type))) { in AdwInitDriver()
604 if((error_code = AdwLoadMCode(iot, ioh, bios_mem, sc->chip_type))) { in AdwInitDriver()
626 switch (sc->chip_type) { in AdwInitDriver()
725 switch (sc->chip_type) { in AdwInitDriver()
[all …]
H A Dadwlib.h770 u_int8_t chip_type; /* chip SCSI target ID */ member
/openbsd-src/sys/dev/pci/
H A Dadw_pci.c113 sc->chip_type = ADW_CHIP_ASC3550; in adw_pci_attach()
117 sc->chip_type = ADW_CHIP_ASC38C0800; in adw_pci_attach()
121 sc->chip_type = ADW_CHIP_ASC38C1600; in adw_pci_attach()
H A Dif_bnxt.c2667 softc->ver_info->chip_type = resp->chip_platform_type;