Home
last modified time | relevance | path

Searched refs:chip_ver (Results 1 – 2 of 2) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
Datp870u.c2366 unsigned char chip_ver[3], host_id; in atp870u_detect() local
2419 chip_ver[2] = 0; in atp870u_detect()
2423 error = pci_read_config_byte(pdev[2], 0x08, &chip_ver[2]); in atp870u_detect()
2424 if (chip_ver[2] < 2) { in atp870u_detect()
2430 chip_ver[2] = 0x04; in atp870u_detect()
2433 chip_ver[tmpcnt] = chip_ver[2]; in atp870u_detect()
2473 dev->chip_veru = chip_ver[h]; in atp870u_detect()
2496 if (chip_ver[h] > 0x07) /* check if atp876 chip */ in atp870u_detect()
2548 dev->chip_veru = chip_ver[h]; in atp870u_detect()
Dadvansys.c9973 ushort chip_ver; in ASC_INITFUNC() local
9975 chip_ver = AscGetChipVerNo(iop_base); in ASC_INITFUNC()
9977 (chip_ver >= ASC_CHIP_MIN_VER_VL) in ASC_INITFUNC()
9978 && (chip_ver <= ASC_CHIP_MAX_VER_VL) in ASC_INITFUNC()
9988 if ((chip_ver >= ASC_CHIP_MIN_VER_ISA) && in ASC_INITFUNC()
9989 (chip_ver <= ASC_CHIP_MAX_VER_ISA)) { in ASC_INITFUNC()
9990 if (chip_ver >= ASC_CHIP_MIN_VER_ISA_PNP) { in ASC_INITFUNC()
9994 } else if ((chip_ver >= ASC_CHIP_MIN_VER_PCI) && in ASC_INITFUNC()
9995 (chip_ver <= ASC_CHIP_MAX_VER_PCI)) { in ASC_INITFUNC()