summaryrefslogtreecommitdiffstats
path: root/import/chips
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2016-06-30 10:35:53 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-07-07 00:16:43 -0400
commit574db8d454c0ac118ee0fea3ea6f84cc858835fe (patch)
tree7fe12999c82831c575c1db2657fb52ed990d3b4b /import/chips
parent52e9095c499446c6e1df86872779e3b57f8e6c4d (diff)
downloadtalos-sbe-574db8d454c0ac118ee0fea3ea6f84cc858835fe.tar.gz
talos-sbe-574db8d454c0ac118ee0fea3ea6f84cc858835fe.zip
Fix for making sure OCB is in linear mode not circular
Change-Id: I353242d1b631f9dfd1ade58629bcfe8de319bbcc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26474 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Reviewed-by: Thi N. Tran <thi@us.ibm.com> Reviewed-by: Joseph J. McGill <jmcgill@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/26475 Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'import/chips')
-rw-r--r--import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C2
1 files changed, 1 insertions, 1 deletions
diff --git a/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C b/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C
index 978a845a..a6fbee40 100644
--- a/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C
+++ b/import/chips/p9/procedures/hwp/nest/p9_pba_coherent_utils.C
@@ -233,7 +233,7 @@ extern "C"
//Write the OCB3 Status Control Register
//Configure linear stream mode (auto-increment +8 with each data register read/write)
//set bit 4 and unset bit 5 of OCB3 Status Control Register
- ocb_status_ctl_data.flush<1>().clearBit<5>();
+ ocb_status_ctl_data.flush<0>().setBit<5>();
FAPI_TRY(fapi2::putScom(i_target, PU_OCB_PIB_OCBCSR3_CLEAR,
ocb_status_ctl_data),
"Error writing to the OCB3 Status Control Register with and mask");
OpenPOWER on IntegriCloud