Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/Dxe/AcpiPlatform/
DAcpiPciUpdate.c183 SdtCheckNameIntegerValue ( in SdtCheckNameIntegerValue() function
352 Result = SdtCheckNameIntegerValue (AcpiSdt,CheckHandle, "_HID", (UINT64)0x080AD041); // PNP0A08 in SdtFindRootBridgeHandle()
354 Result = SdtCheckNameIntegerValue (AcpiSdt, CheckHandle, "_CID", (UINT64)0x030AD041); // PNP0A03 in SdtFindRootBridgeHandle()
397 Result = SdtCheckNameIntegerValue (AcpiSdt,CheckHandle, "_ADR", (UINT64)*(UINT32 *)Context); in SdtFindPciDeviceHandle()