Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/scsi/aic7xxx/
H A Daiclib.h167 ID_C(x, PCI_CLASS_STORAGE_SCSI), \
H A Daic7xxx_osm_pci.c47 #define ID(x) ID_C(x, PCI_CLASS_STORAGE_SCSI)
/OK3568_Linux_fs/kernel/drivers/scsi/sym53c8xx_2/
H A Dsym_glue.c1998 PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_SCSI<<8, 0xffff00, 0UL },
2008 PCI_ANY_ID, PCI_ANY_ID, PCI_CLASS_STORAGE_SCSI<<8, 0xffff00, 0UL }, /* new */
/OK3568_Linux_fs/u-boot/include/
H A Dpci_ids.h16 #define PCI_CLASS_STORAGE_SCSI 0x0100 macro
/OK3568_Linux_fs/kernel/include/linux/
H A Dpci_ids.h19 #define PCI_CLASS_STORAGE_SCSI 0x0100 macro
/OK3568_Linux_fs/kernel/drivers/pci/
H A Dquirks.c2395 dev->class = PCI_CLASS_STORAGE_SCSI << 8; in fixup_rev1_53c810()