Searched refs:PciRootHandle (Results 1 – 2 of 2) sorted by relevance
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/ |
D | AcpiPlatform.c | 566 EFI_ACPI_HANDLE PciRootHandle; in AcpiPlatformEntryPoint() local 751 PciRootHandle = NULL; in AcpiPlatformEntryPoint() 752 PciRootHandle = SdtGetRootBridgeHandle (mAcpiSdt, mDsdtHandle); in AcpiPlatformEntryPoint() 753 ASSERT (PciRootHandle != NULL); in AcpiPlatformEntryPoint() 778 SdtUpdatePciRouting (mAcpiSdt, PciRootHandle, PciDeviceInfo); in AcpiPlatformEntryPoint() 788 SdtUpdatePowerWake (mAcpiSdt, PciRootHandle, PciDeviceInfo); in AcpiPlatformEntryPoint() 792 Status = mAcpiSdt->Close (PciRootHandle); in AcpiPlatformEntryPoint()
|
D | AcpiPciUpdate.c | 1187 IN EFI_ACPI_HANDLE PciRootHandle, in SdtUpdatePciRouting() argument 1201 PciBridgeHandle = PciRootHandle; in SdtUpdatePciRouting() 1217 …PciBridgeHandle = SdtGetHandleByScanAllChilds(AcpiSdt, PciRootHandle, SdtFindPciDeviceHandle, &Pci… in SdtUpdatePciRouting() 1246 IN EFI_ACPI_HANDLE PciRootHandle, in SdtUpdatePowerWake() argument 1260 PciBridgeHandle = PciRootHandle; in SdtUpdatePowerWake() 1276 …PciBridgeHandle = SdtGetHandleByScanAllChilds(AcpiSdt, PciRootHandle, SdtFindPciDeviceHandle, &Pci… in SdtUpdatePowerWake() 1280 Status = AcpiSdt->Close (PciRootHandle); in SdtUpdatePowerWake() 1336 EFI_ACPI_HANDLE PciRootHandle; in SdtGetRootBridgeHandle() local 1341 PciRootHandle = NULL; in SdtGetRootBridgeHandle() 1342 PciRootHandle = SdtGetHandleByScanAllChilds(AcpiSdt, DsdtHandle, SdtFindRootBridgeHandle, NULL); in SdtGetRootBridgeHandle() [all …]
|