diff options
| author | Matt K. Light <mklight@us.ibm.com> | 2016-03-18 12:08:11 -0500 |
|---|---|---|
| committer | Joshua Hunsberger <jahunsbe@us.ibm.com> | 2017-10-23 15:58:29 -0500 |
| commit | e982ddad8c302de4d8746bb3daa2de8bd4f1f17b (patch) | |
| tree | f71d32aba043b801c9d21830eae658b17f9ba7b0 /import/hwpf/fapi2/include | |
| parent | 3f53dc5a3cca3d34f74ca22a141361a8802fdf83 (diff) | |
| download | talos-hcode-e982ddad8c302de4d8746bb3daa2de8bd4f1f17b.tar.gz talos-hcode-e982ddad8c302de4d8746bb3daa2de8bd4f1f17b.zip | |
add new ring mode for fastarray
Change-Id: I1ccbf139ed71df69eba06fa9a3e03804482aabd6
Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22237
Tested-by: Jenkins Server
Tested-by: Hostboot CI
Tested-by: PPE CI
Reviewed-by: Richard J. Knight <rjknight@us.ibm.com>
Reviewed-by: Johannes Koesters <koesters@de.ibm.com>
Diffstat (limited to 'import/hwpf/fapi2/include')
| -rw-r--r-- | import/hwpf/fapi2/include/hw_access_def.H | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/import/hwpf/fapi2/include/hw_access_def.H b/import/hwpf/fapi2/include/hw_access_def.H index 042e2c14..4aacdc9b 100644 --- a/import/hwpf/fapi2/include/hw_access_def.H +++ b/import/hwpf/fapi2/include/hw_access_def.H @@ -67,6 +67,8 @@ enum RingMode /// pulse RING_MODE_SET_PULSE_ALL = 0x00000010, ///< Set pulse with pulse /// to all hold types + RING_MODE_FASTARRAY = 0x00000020, ///< Single clock pulse + /// for fastarray }; /// @enum OpModes operational Mode Error Functions |

