diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C | 2 | ||||
-rw-r--r-- | src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C | 4 |
2 files changed, 2 insertions, 4 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C index 11a646d3f..daa717777 100644 --- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C +++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_occ_firinit.C @@ -356,8 +356,6 @@ fapi2::ReturnCode pm_occ_fir_init( FIR_REC_ATTN_ERROR); FAPI_TRY(l_occFir.setRecvAttn(GPE3_OCISLV_ERR), FIR_REC_ATTN_ERROR); -// FAPI_TRY(l_occFir.setRecvAttn(C405ICU_M_TIMEOUT), -// FIR_REC_ATTN_ERROR); FAPI_TRY(l_occFir.mask(C405ICU_M_TIMEOUT), FIR_MASK_ERROR); FAPI_TRY(l_occFir.setRecvAttn(C405DCU_M_TIMEOUT), diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C index 0da618a5e..ff962bc15 100644 --- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C +++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_pba_firinit.C @@ -266,13 +266,13 @@ fapi2::ReturnCode pm_pba_fir_init( FIR_CHECKSTOP_ERROR); FAPI_TRY(l_pbaFir.setCheckStop(PBAFIR_AXPUSH_WRERR), FIR_CHECKSTOP_ERROR); - FAPI_TRY(l_pbaFir.setCheckStop(PBAFIR_AXRCV_DLO_ERR), + FAPI_TRY(l_pbaFir.mask(PBAFIR_AXRCV_DLO_ERR), FIR_CHECKSTOP_ERROR); FAPI_TRY(l_pbaFir.mask(PBAFIR_AXRCV_DLO_TO), FIR_MASK_ERROR); FAPI_TRY(l_pbaFir.mask(PBAFIR_AXRCV_RSVDATA_TO), FIR_MASK_ERROR); - FAPI_TRY(l_pbaFir.setCheckStop(PBAFIR_AXFLOW_ERR), + FAPI_TRY(l_pbaFir.mask(PBAFIR_AXFLOW_ERR), FIR_CHECKSTOP_ERROR); FAPI_TRY(l_pbaFir.setRecvAttn(PBAFIR_AXSND_DHI_RTYTO), FIR_REC_ATTN_ERROR); |