Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/hotplug/
Dcpqphp_pci.c400 if ((work >> 8) != PCI_TO_PCI_BRIDGE_CLASS) { in PCI_ScanBusForNonBridge()
412 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in PCI_ScanBusForNonBridge()
461 dbg("work >> 8 (%x) = BRIDGE (%x)\n", work >> 8, PCI_TO_PCI_BRIDGE_CLASS); in PCI_GetBusDevHelper()
463 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in PCI_GetBusDevHelper()
Dpciehp.h171 #define PCI_TO_PCI_BRIDGE_CLASS 0x00060400 macro
Dshpchp.h178 #define PCI_TO_PCI_BRIDGE_CLASS 0x00060400 macro
Dcpqphp.h386 #define PCI_TO_PCI_BRIDGE_CLASS 0x00060400 macro
Dcpqphp_core.c519 if ((work >> 8) == PCI_TO_PCI_BRIDGE_CLASS) { in get_slot_mapping()