summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H16
1 files changed, 16 insertions, 0 deletions
diff --git a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
index 37a6f25b..a3c621fc 100644
--- a/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
+++ b/src/import/chips/ocmb/explorer/procedures/hwp/memory/lib/shared/exp_consts.H
@@ -172,6 +172,22 @@ enum ecid_consts
};
///
+/// @brief constants for getidec procedure
+///
+enum idec_consts
+{
+ EXPLR_CHIP_INFO_REG = 0x2134,
+ MAJOR_EC_BIT_START = 32,
+ MAJOR_EC_BIT_LENGTH = 4,
+ LOCATION_BIT_START = 44,
+ LOCATION_BIT_LENGTH = 4,
+ CHIPID_BIT_START = 56,
+ CHIPID_BIT_LENGTH = 8,
+};
+
+
+
+///
/// @brief generic explorer constants
///
enum generic_consts
OpenPOWER on IntegriCloud