summaryrefslogtreecommitdiffstats
path: root/import
diff options
context:
space:
mode:
Diffstat (limited to 'import')
-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