HomeSort by relevance Sort by last modified time
    Searched refs:RootBridgeCount (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/MdeModulePkg/Bus/Pci/PciHostBridgeDxe/
PciHostBridge.c 337 UINTN RootBridgeCount;
344 RootBridges = PciHostBridgeGetRootBridges (&RootBridgeCount);
345 if ((RootBridges == NULL) || (RootBridgeCount == 0)) {
368 for (Index = 0; Index < RootBridgeCount; Index++) {
491 PciHostBridgeFreeRootBridges (RootBridges, RootBridgeCount);
510 UINTN RootBridgeCount;
514 RootBridgeCount = 0;
519 RootBridgeCount++;
523 RootBridgeCount * (TypeMax * sizeof (EFI_ACPI_ADDRESS_SPACE_DESCRIPTOR) + sizeof (EFI_ACPI_END_TAG_DESCRIPTOR)) +
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.h 36 UINTN RootBridgeCount;
PciHostBridge.c 102 HostBridge->RootBridgeCount = 1;
129 HostBridge->RootBridgeCount * sizeof(PCI_ROOT_BRIDGE_RESOURCE_APERTURE),
132 ZeroMem (mResAperture, HostBridge->RootBridgeCount * sizeof(PCI_ROOT_BRIDGE_RESOURCE_APERTURE));
    [all...]

Completed in 149 milliseconds