Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/OvmfPkg/Library/QemuFwCfgLib/
DQemuFwCfgLib.c390 UINT8 SystemStates[6]; in QemuFwCfgS3Enabled() local
393 if (Status != RETURN_SUCCESS || FwCfgSize != sizeof SystemStates) { in QemuFwCfgS3Enabled()
397 QemuFwCfgReadBytes (sizeof SystemStates, SystemStates); in QemuFwCfgS3Enabled()
398 return (BOOLEAN) (SystemStates[3] & BIT7); in QemuFwCfgS3Enabled()
/device/linaro/bootloader/edk2/OvmfPkg/AcpiPlatformDxe/
DQemu.c347 UINT8 SystemStates[6]; in GetSuspendStates() local
366 if (Status != RETURN_SUCCESS || FwCfgSize != sizeof SystemStates) { in GetSuspendStates()
371 QemuFwCfgReadBytes (sizeof SystemStates, SystemStates); in GetSuspendStates()
378 if (SystemStates[3] & BIT7) { in GetSuspendStates()
380 SystemStates[3] & (BIT2 | BIT1 | BIT0); in GetSuspendStates()
388 if (SystemStates[4] & BIT7) { in GetSuspendStates()
390 SystemStates[4] & (BIT2 | BIT1 | BIT0); in GetSuspendStates()