summaryrefslogtreecommitdiffstats
path: root/src/sbefw/app/power
diff options
context:
space:
mode:
Diffstat (limited to 'src/sbefw/app/power')
-rw-r--r--src/sbefw/app/power/sbecmdcntlinst.C5
1 files changed, 2 insertions, 3 deletions
diff --git a/src/sbefw/app/power/sbecmdcntlinst.C b/src/sbefw/app/power/sbecmdcntlinst.C
index 7f05bc31..e918365e 100644
--- a/src/sbefw/app/power/sbecmdcntlinst.C
+++ b/src/sbefw/app/power/sbecmdcntlinst.C
@@ -74,10 +74,9 @@ inline bool getWarnCheckFlag(const sbeCntlInstRegMsgHdr_t & i_req)
return l_warnCheck;
}
-static const uint64_t SGPE_ACTIVE = 0x0080000000000000ull;
-static const uint64_t SPWKUP_ASSERT = 0x1000000000000000ull;
+static const uint64_t SPWKUP_ASSERT = 0x8000000000000000ull;
static const uint64_t SPWKUP_DEASSERT = 0x0000000000000000ull;
-static const uint64_t GPMMR_SPWKUP_DONE = 0x1000000000000000ull;
+static const uint64_t GPMMR_SPWKUP_DONE = 0x8000000000000000ull;
static const uint32_t SPECIAL_WAKE_UP_POLL_INTERVAL_NS = 1000000; //1ms
static const uint32_t SPECIAL_WAKE_UP_POLL_INTERVAL_SIMICS = 1000000;
static const uint32_t SPECIAL_WAKEUP_TIMEOUT_COUNT = 100; // 100 * 1ms
OpenPOWER on IntegriCloud