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

  /device/linaro/bootloader/edk2/PcAtChipsetPkg/PciHostBridgeDxe/
PciHostBridge.c 296 PCI_HOST_BRIDGE_INSTANCE *HostBridgeInstance;
306 HostBridgeInstance = INSTANCE_FROM_RESOURCE_ALLOCATION_THIS (This);
311 if (HostBridgeInstance->CanRestarted) {
315 List = HostBridgeInstance->Head.ForwardLink;
317 while (List != &HostBridgeInstance->Head) {
329 HostBridgeInstance->ResourceSubmited = FALSE;
330 HostBridgeInstance->CanRestarted = TRUE;
347 HostBridgeInstance->CanRestarted = FALSE;
355 //HostBridgeInstance->CanRestarted = FALSE;
363 //HostBridgeInstance->CanRestarted = FALSE;
    [all...]
  /device/linaro/bootloader/edk2/ArmPlatformPkg/ArmJunoPkg/Drivers/PciHostBridgeDxe/
PciHostBridgeResourceAllocation.c 24 PCI_HOST_BRIDGE_INSTANCE *HostBridgeInstance;
31 HostBridgeInstance = INSTANCE_FROM_RESOURCE_ALLOCATION_THIS (This);
36 ASSERT (HostBridgeInstance->RootBridge->Signature == PCI_ROOT_BRIDGE_SIGNATURE);
40 if (!HostBridgeInstance->CanRestarted) {
44 HostBridgeInstance->CanRestarted = FALSE;
51 Status = HWPciRbInit (HostBridgeInstance->CpuIo);
78 RootBridgeInstance = HostBridgeInstance->RootBridge;
89 HostBridgeInstance->ImageHandle,
111 HostBridgeInstance->ImageHandle,
133 HostBridgeInstance->ImageHandle,
    [all...]
  /device/linaro/bootloader/edk2/ArmVirtPkg/PciHostBridgeDxe/
PciHostBridge.c 294 PCI_HOST_BRIDGE_INSTANCE *HostBridgeInstance;
304 HostBridgeInstance = INSTANCE_FROM_RESOURCE_ALLOCATION_THIS (This);
309 if (HostBridgeInstance->CanRestarted) {
313 List = HostBridgeInstance->Head.ForwardLink;
315 while (List != &HostBridgeInstance->Head) {
327 HostBridgeInstance->ResourceSubmited = FALSE;
328 HostBridgeInstance->CanRestarted = TRUE;
344 HostBridgeInstance->CanRestarted = FALSE;
351 //HostBridgeInstance->CanRestarted = FALSE;
358 //HostBridgeInstance->CanRestarted = FALSE;
    [all...]
  /device/linaro/bootloader/edk2/QuarkPlatformPkg/Pci/Dxe/PciHostBridge/
PciHostBridge.c 276 PCI_HOST_BRIDGE_INSTANCE *HostBridgeInstance;
291 HostBridgeInstance = INSTANCE_FROM_RESOURCE_ALLOCATION_THIS (This);
295 if (HostBridgeInstance->CanRestarted) {
299 List = HostBridgeInstance->Head.ForwardLink;
301 while (List != &HostBridgeInstance->Head) {
313 HostBridgeInstance->ResourceSubmited = FALSE;
314 HostBridgeInstance->CanRestarted = TRUE;
331 HostBridgeInstance->CanRestarted = FALSE;
339 // HostBridgeInstance->CanRestarted = FALSE;
348 // HostBridgeInstance->CanRestarted = FALSE;
    [all...]
  /device/linaro/bootloader/edk2/OvmfPkg/PciHostBridgeDxe/
PciHostBridge.c 451 PCI_HOST_BRIDGE_INSTANCE *HostBridgeInstance;
461 HostBridgeInstance = INSTANCE_FROM_RESOURCE_ALLOCATION_THIS (This);
466 if (HostBridgeInstance->CanRestarted) {
470 List = HostBridgeInstance->Head.ForwardLink;
472 while (List != &HostBridgeInstance->Head) {
484 HostBridgeInstance->ResourceSubmited = FALSE;
485 HostBridgeInstance->CanRestarted = TRUE;
502 HostBridgeInstance->CanRestarted = FALSE;
510 //HostBridgeInstance->CanRestarted = FALSE;
518 //HostBridgeInstance->CanRestarted = FALSE;
    [all...]

Completed in 489 milliseconds