summaryrefslogtreecommitdiffstats
path: root/import/hwpf
diff options
context:
space:
mode:
authorMatt K. Light <mklight@us.ibm.com>2016-02-16 13:16:52 -0600
committerJoshua Hunsberger <jahunsbe@us.ibm.com>2017-10-23 15:57:34 -0500
commit5707bb32fae8c8e0f9992d0caf241106bc6b5dee (patch)
tree8c9059c4301551ec54fb22a45eba95b752723f23 /import/hwpf
parent70005ef040fc4b6950bbf1b943ccd1a00a13f8f7 (diff)
downloadtalos-hcode-5707bb32fae8c8e0f9992d0caf241106bc6b5dee.tar.gz
talos-hcode-5707bb32fae8c8e0f9992d0caf241106bc6b5dee.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>
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 3f6b3eb7..042e2c14 100644
--- a/import/hwpf/fapi2/include/hw_access_def.H
+++ b/import/hwpf/fapi2/include/hw_access_def.H
@@ -57,11 +57,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