Searched refs:PCI_CLASS_NOT_DEFINED (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/pci/ |
H A D | quirks.c | 3417 PCI_CLASS_NOT_DEFINED, 8, fixup_ti816x_class); 4461 DECLARE_PCI_FIXUP_CLASS_EARLY(0x1797, 0x6864, PCI_CLASS_NOT_DEFINED, 8, 4463 DECLARE_PCI_FIXUP_CLASS_EARLY(0x1797, 0x6865, PCI_CLASS_NOT_DEFINED, 8, 4465 DECLARE_PCI_FIXUP_CLASS_EARLY(0x1797, 0x6868, PCI_CLASS_NOT_DEFINED, 8, 4467 DECLARE_PCI_FIXUP_CLASS_EARLY(0x1797, 0x6869, PCI_CLASS_NOT_DEFINED, 8, 4486 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_INTEL, 0x6f01, PCI_CLASS_NOT_DEFINED, 8, 4488 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_INTEL, 0x6f02, PCI_CLASS_NOT_DEFINED, 8, 4490 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_INTEL, 0x6f03, PCI_CLASS_NOT_DEFINED, 8, 4492 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_INTEL, 0x6f04, PCI_CLASS_NOT_DEFINED, 8, 4494 DECLARE_PCI_FIXUP_CLASS_EARLY(PCI_VENDOR_ID_INTEL, 0x6f05, PCI_CLASS_NOT_DEFINED, 8, [all …]
|
H A D | setup-bus.c | 180 if (class == PCI_CLASS_NOT_DEFINED || class == PCI_CLASS_BRIDGE_HOST) in __dev_sort_resources()
|
H A D | probe.c | 2013 dev->class = PCI_CLASS_NOT_DEFINED << 8; in pci_setup_device()
|
/openbmc/qemu/include/hw/pci/ |
H A D | pci_ids.h | 16 #define PCI_CLASS_NOT_DEFINED 0x0000 macro
|
/openbmc/u-boot/drivers/pci/ |
H A D | pci_common.c | 21 case PCI_CLASS_NOT_DEFINED: in pci_class_str()
|
/openbmc/u-boot/include/ |
H A D | pci_ids.h | 12 #define PCI_CLASS_NOT_DEFINED 0x0000 macro
|
/openbmc/linux/include/linux/ |
H A D | pci_ids.h | 15 #define PCI_CLASS_NOT_DEFINED 0x0000 macro
|