summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-02-16 13:16:52 -0600
committerSantosh S. Puranik <santosh.puranik@in.ibm.com>2016-03-04 07:19:48 -0500
commita66e33b11d0fe517efe183ef64f00d79875ede69 (patch)
tree39f8e02b5342cd08ad6ad4fa55780b7fdb03255e /import/hwpf
parent2901602ce84b51574f819cee17ce553cc2431793 (diff)
downloadtalos-sbe-a66e33b11d0fe517efe183ef64f00d79875ede69.tar.gz
talos-sbe-a66e33b11d0fe517efe183ef64f00d79875ede69.zip
adding more set pulse mdoes to RingMode enum
Change-Id: I47cc501158d569d07d3d98b2039ddf2ab18e325b Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24365 Tested-by: Jenkins Server Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/21701 Reviewed-by: Santosh S. Puranik <santosh.puranik@in.ibm.com>
Diffstat (limited to 'import/hwpf')
-rw-r--r--import/hwpf/fapi2/include/hw_access_def.H15
1 files changed, 10 insertions, 5 deletions
diff --git a/import/hwpf/fapi2/include/hw_access_def.H b/import/hwpf/fapi2/include/hw_access_def.H
index e433e3be..fefe5abd 100644
--- a/import/hwpf/fapi2/include/hw_access_def.H
+++ b/import/hwpf/fapi2/include/hw_access_def.H
@@ -51,11 +51,16 @@ enum ChipOpModifyMode
///
enum RingMode
{
- RING_MODE_HEADER_CHECK = 0x00000000, ///< Check header
- RING_MODE_SET_PULSE = 0x00000001, ///< Set pulse
- RING_MODE_NO_HEADER_CHECK = 0x00000002, ///< Dont' check header
- // FUTURE_MODE = 0x00000004,
- // FUTURE_MODE = 0x00000008,
+ RING_MODE_HEADER_CHECK = 0x00000000, ///< Check header
+ RING_MODE_SET_PULSE_NO_OPCG_COND = 0x00000001, ///< Set pulse with
+ /// no OPCG conditioning
+ RING_MODE_NO_HEADER_CHECK = 0x00000002, ///< Don't check header
+ RING_MODE_SET_PULSE_NSL = 0x00000004, ///< Set pulse with NSL
+ /// pulse
+ RING_MODE_SET_PULSE_SL = 0x00000008, ///< Set pulse with SL
+ /// pulse
+ RING_MODE_SET_PULSE_ALL = 0x00000010, ///< Set pulse with pulse
+ /// to all hold types
};
/// @enum OpModes operational Mode Error Functions
OpenPOWER on IntegriCloud