Home
last modified time | relevance | path

Searched refs:PCI_MAX_HOST_BRIDGE_NUM (Results 1 – 4 of 4) sorted by relevance

/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/PlatformDxe/
DPciBus.h150 #define PCI_MAX_HOST_BRIDGE_NUM 0x0010
307 extern EFI_HANDLE gPciHostBrigeHandles[PCI_MAX_HOST_BRIDGE_NUM];
/device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciBusDxe/
DPciBus.h157 #define PCI_MAX_HOST_BRIDGE_NUM 0x0010 macro
317 extern EFI_HANDLE gPciHostBrigeHandles[PCI_MAX_HOST_BRIDGE_NUM];
DPciBus.c36 EFI_HANDLE gPciHostBrigeHandles[PCI_MAX_HOST_BRIDGE_NUM];
DPciEnumerator.c2249 if (Index < PCI_MAX_HOST_BRIDGE_NUM) { in AddHostBridgeEnumerator()