Searched refs:chip_type (Results 1 – 4 of 4) sorted by relevance
265 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 …]
770 u_int8_t chip_type; /* chip SCSI target ID */ member
113 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()
2667 softc->ver_info->chip_type = resp->chip_platform_type;