Home
last modified time | relevance | path

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

/drivers/pci/hotplug/
Dcpqphp_pci.c214 if ((work >> 8) != PCI_TO_PCI_BRIDGE_CLASS) { in PCI_ScanBusForNonBridge()
226 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in PCI_ScanBusForNonBridge()
260 dbg("work >> 8 (%x) = BRIDGE (%x)\n", work >> 8, PCI_TO_PCI_BRIDGE_CLASS); in PCI_GetBusDevHelper()
262 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in PCI_GetBusDevHelper()
Dcpqphp.h378 #define PCI_TO_PCI_BRIDGE_CLASS 0x00060400 macro
Dcpqphp_core.c369 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in get_slot_mapping()