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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/scsi/
H A Datp870u.c2561 struct atp_unit *atpdev, *p; local
2565 atpdev = kzalloc(sizeof(*atpdev), GFP_KERNEL);
2566 if (!atpdev)
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);
2611 atpdev->ioport[0] = base_io + 0x40;
2612 atpdev
[all...]

Completed in 33 milliseconds