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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datp870u.h37 unsigned char chip_ver; member in struct:atp_unit
H A Datp870u.c1069 if (dev->chip_ver < 4) {
1102 if (dev->chip_ver == 4) {
1298 if ((dev->chip_ver != 4) && (i > 7)) {
1311 if (dev->chip_ver == 4) {
1401 if (dev->chip_ver == 4)
1447 if (dev->chip_ver != 4) {
2584 error = pci_read_config_byte(pdev, PCI_CLASS_REVISION, &atpdev->chip_ver);
2585 if (atpdev->chip_ver < 2)
2595 atpdev->chip_ver = 0x04;
2603 error = pci_read_config_byte(pdev, PCI_CLASS_REVISION, &atpdev->chip_ver);
[all...]

Completed in 21 milliseconds