Home
last modified time | relevance | path

Searched refs:PCI_BASE_CLASS_BRIDGE (Results 1 – 12 of 12) sorted by relevance

/openbmc/linux/arch/m68k/kernel/
H A Dpcibios.c74 if ((dev->class >> 16) == PCI_BASE_CLASS_BRIDGE) in pcibios_enable_device()
/openbmc/qemu/include/hw/pci/
H A Dpci_ids.h60 #define PCI_BASE_CLASS_BRIDGE 0x06 macro
/openbmc/linux/arch/x86/kernel/
H A Dearly-quirks.c712 PCI_BASE_CLASS_BRIDGE, 0, intel_remapping_check },
714 PCI_BASE_CLASS_BRIDGE, 0, intel_remapping_check },
716 PCI_BASE_CLASS_BRIDGE, 0, intel_remapping_check },
/openbmc/linux/arch/sh/drivers/pci/
H A Dpci-sh7751.c113 word = PCI_BASE_CLASS_BRIDGE << 24; in sh7751_pci_init()
/openbmc/u-boot/drivers/pci/
H A Dpci_common.c39 case PCI_BASE_CLASS_BRIDGE: in pci_class_str()
/openbmc/linux/drivers/xen/xen-pciback/
H A Dvpci.c77 if ((dev->class >> 24) == PCI_BASE_CLASS_BRIDGE) { in __xen_pcibk_add_pci_dev()
/openbmc/linux/arch/alpha/kernel/
H A Dsys_sio.c108 if ((dev->class >> 16 == PCI_BASE_CLASS_BRIDGE) && in sio_pci_dev_irq_needs_level()
/openbmc/qemu/hw/remote/
H A Dproxy.c315 case PCI_BASE_CLASS_BRIDGE: in probe_pci_info()
/openbmc/linux/arch/sparc/kernel/
H A Dpcic.c637 if ((dev->class>>16) != PCI_BASE_CLASS_BRIDGE) in pcibios_fixup_bus()
/openbmc/u-boot/include/
H A Dpci_ids.h52 #define PCI_BASE_CLASS_BRIDGE 0x06 macro
/openbmc/linux/include/linux/
H A Dpci_ids.h57 #define PCI_BASE_CLASS_BRIDGE 0x06 macro
/openbmc/linux/drivers/iommu/intel/
H A Ddmar.c251 info->dev->class >> 16 != PCI_BASE_CLASS_BRIDGE))) { in dmar_insert_dev_scope()