Home
last modified time | relevance | path

Searched refs:PCI_VENDOR_ID_ADAPTEC2 (Results 1 – 6 of 6) sorted by relevance

/linux-4.1.27/drivers/scsi/pm8001/
Dpm8001_init.c905 if (pdev->subsystem_vendor != PCI_VENDOR_ID_ADAPTEC2 && in pm8001_pci_probe()
1128 { PCI_VENDOR_ID_ADAPTEC2, 0x8081,
1129 PCI_VENDOR_ID_ADAPTEC2, 0x0400, 0, 0, chip_8001 },
1130 { PCI_VENDOR_ID_ADAPTEC2, 0x8081,
1131 PCI_VENDOR_ID_ADAPTEC2, 0x0800, 0, 0, chip_8001 },
1132 { PCI_VENDOR_ID_ADAPTEC2, 0x8088,
1133 PCI_VENDOR_ID_ADAPTEC2, 0x0008, 0, 0, chip_8008 },
1134 { PCI_VENDOR_ID_ADAPTEC2, 0x8088,
1135 PCI_VENDOR_ID_ADAPTEC2, 0x0800, 0, 0, chip_8008 },
1136 { PCI_VENDOR_ID_ADAPTEC2, 0x8089,
[all …]
Dpm80xx_hwi.c1253 PCI_VENDOR_ID_ADAPTEC2 && in pm80xx_chip_soft_rst()
/linux-4.1.27/drivers/scsi/aic94xx/
Daic94xx_init.c1005 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x410),0, 0, 1},
1006 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x412),0, 0, 1},
1007 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x416),0, 0, 1},
1008 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x41E),0, 0, 1},
1009 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x41F),0, 0, 1},
1010 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x430),0, 0, 2},
1011 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x432),0, 0, 2},
1012 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x43E),0, 0, 2},
1013 {PCI_DEVICE(PCI_VENDOR_ID_ADAPTEC2, 0x43F),0, 0, 2},
/linux-4.1.27/drivers/pci/
Dquirks.c3655 { PCI_DEVICE_SUB(PCI_VENDOR_ID_ADAPTEC2, 0x0285,
3656 PCI_VENDOR_ID_ADAPTEC2, 0x02bb), /* Adaptec 3405 */
3675 DECLARE_PCI_FIXUP_HEADER(PCI_VENDOR_ID_ADAPTEC2, 0x0285, quirk_fixed_dma_alias);
/linux-4.1.27/drivers/scsi/
Dipr.c191 …{ PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_OBSIDIAN, IPR_USE_LSI, IPR_SIS32, IPR_PCI_CFG, &i…
195 …{ PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_SCAMP, IPR_USE_LSI, IPR_SIS32, IPR_PCI_CFG, &ipr_…
10353 { PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_OBSIDIAN,
10355 { PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_OBSIDIAN,
10358 { PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_OBSIDIAN,
10381 { PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_SCAMP,
10383 { PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_SCAMP,
10386 { PCI_VENDOR_ID_ADAPTEC2, PCI_DEVICE_ID_ADAPTEC2_SCAMP,
/linux-4.1.27/include/linux/
Dpci_ids.h2932 #define PCI_VENDOR_ID_ADAPTEC2 0x9005 macro