Searched refs:SystemStates (Results 1 – 2 of 2) sorted by relevance
390 UINT8 SystemStates[6]; in QemuFwCfgS3Enabled() local393 if (Status != RETURN_SUCCESS || FwCfgSize != sizeof SystemStates) { in QemuFwCfgS3Enabled()397 QemuFwCfgReadBytes (sizeof SystemStates, SystemStates); in QemuFwCfgS3Enabled()398 return (BOOLEAN) (SystemStates[3] & BIT7); in QemuFwCfgS3Enabled()
347 UINT8 SystemStates[6]; in GetSuspendStates() local366 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()