Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/QuarkPlatformPkg/Library/PlatformSecureLib/
DPlatformSecureLib.c29 EFI_PLATFORM_TYPE mPlatformType = TypeUnknown; variable
42 DEBUG ((EFI_D_INFO, "CheckResetButtonState(): mPlatformType == %d\n", mPlatformType)); in CheckResetButtonState()
43 if (mPlatformType == GalileoGen2) { in CheckResetButtonState()
54 if (mPlatformType == Galileo) { in CheckResetButtonState()
161 mPlatformType = (EFI_PLATFORM_TYPE)PcdGet16 (PcdPlatformType); in PlatformSecureLibInitialize()
/device/linaro/bootloader/edk2/QuarkPlatformPkg/Acpi/DxeSmm/AcpiSmm/
DAcpiSmmPlatform.c107 EFI_PLATFORM_TYPE mPlatformType; variable
314 mPlatformType = (EFI_PLATFORM_TYPE)PcdGet16 (PcdPlatformType); in InitAcpiSmmPlatform()
782 PlatformPERSTAssert (mPlatformType); in SxSleepEntryCallBack()