Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/scsi/aic7xxx/
Daic7xxx_osm_pci.c66 PCI_CLASS_STORAGE_SCSI << 8, 0xFFFF00, 0
70 PCI_CLASS_STORAGE_SCSI << 8, 0xFFFF00, 0
212 class = PCI_CLASS_STORAGE_SCSI << 8; in ahc_linux_pci_init()
Daic79xx_osm_pci.c68 PCI_CLASS_STORAGE_SCSI << 8, 0xFFFF00, 0
220 class = PCI_CLASS_STORAGE_SCSI << 8; in ahd_linux_pci_init()
/linux-2.4.37.9/drivers/scsi/
Deata.c962 while((dev = pci_find_class(PCI_CLASS_STORAGE_SCSI << 8, dev))) { in get_pci_dev()
986 while((dev = pci_find_class(PCI_CLASS_STORAGE_SCSI << 8, dev))) { in enable_pci_ports()
1420 if (!(dev = pci_find_class(PCI_CLASS_STORAGE_SCSI << 8, dev))) break; in add_pci_ports()
/linux-2.4.37.9/include/linux/
Dpci_ids.h13 #define PCI_CLASS_STORAGE_SCSI 0x0100 macro
/linux-2.4.37.9/arch/i386/kernel/
Dpci-pc.c1211 d->class = PCI_CLASS_STORAGE_SCSI << 8; in pci_fixup_ncr53c810()
/linux-2.4.37.9/arch/ppc/kernel/
Dpci.c84 dev->class = PCI_CLASS_STORAGE_SCSI; in fixup_rev1_53c810()