Home
last modified time | relevance | path

Searched refs:PCI_TO_PCI_BRIDGE_CLASS (Results 1 – 3 of 3) sorted by relevance

/Linux-v5.15/drivers/pci/hotplug/
Dcpqphp_pci.c213 if ((work >> 8) != PCI_TO_PCI_BRIDGE_CLASS) { in PCI_ScanBusForNonBridge()
225 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in PCI_ScanBusForNonBridge()
259 dbg("work >> 8 (%x) = BRIDGE (%x)\n", work >> 8, PCI_TO_PCI_BRIDGE_CLASS); in PCI_GetBusDevHelper()
261 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in PCI_GetBusDevHelper()
Dcpqphp.h364 #define PCI_TO_PCI_BRIDGE_CLASS 0x00060400 macro
Dcpqphp_core.c342 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in get_slot_mapping()