diff options
Diffstat (limited to 'src/usr/diag/prdf/plat/prdfPlatServices.H')
-rw-r--r-- | src/usr/diag/prdf/plat/prdfPlatServices.H | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/src/usr/diag/prdf/plat/prdfPlatServices.H b/src/usr/diag/prdf/plat/prdfPlatServices.H index 0a3aa9b1c..2c4510506 100644 --- a/src/usr/diag/prdf/plat/prdfPlatServices.H +++ b/src/usr/diag/prdf/plat/prdfPlatServices.H @@ -173,24 +173,6 @@ uint32_t startTdScrub( ExtensibleChip * i_chip, const MemRank & i_rank, AddrRangeType i_rangeType, SCT i_stopCond ); /** - * @brief Starts a targeted scrub command on the target rank for VCM phase 1. - * @param i_chip MCA or MBA chip. - * @param i_rank The rank to target. - * @return Non-SUCCESS if an internal function fails, otherwise SUCCESS. - */ -template<TARGETING::TYPE T> -uint32_t startVcmPhase1( ExtensibleChip * i_chip, const MemRank & i_rank ); - -/** - * @brief Starts a targeted scrub command on the target rank for VCM phase 2. - * @param i_chip MCA or MBA chip. - * @param i_rank The rank to target. - * @return Non-SUCCESS if an internal function fails, otherwise SUCCESS. - */ -template<TARGETING::TYPE T> -uint32_t startVcmPhase2( ExtensibleChip * i_chip, const MemRank & i_rank ); - -/** * @brief Starts a targeted scrub command on the target rank for TPS phase 1. * @param i_chip MCA or MBA chip. * @param i_rank The rank to target. |