summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
diff options
context:
space:
mode:
authorCHRISTINA L. GRAVES <clgraves@us.ibm.com>2016-07-22 07:48:00 -0500
committerSachin Gupta <sgupta2m@in.ibm.com>2016-10-24 11:51:12 -0400
commit2c1cd179c42787d893fcff2074be174f90d606b3 (patch)
treec0d52096f57c6be75160c7c75a569959a23ad2c9 /src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
parente7f782b083393dfdb6d81ad7c22a9d4d784a8023 (diff)
downloadtalos-sbe-2c1cd179c42787d893fcff2074be174f90d606b3.tar.gz
talos-sbe-2c1cd179c42787d893fcff2074be174f90d606b3.zip
L2 for p9_sbe_check_quiesce
Change-Id: Id8c94e40458703006eb8d9fb63681b03cc48e18c Original-Change-Id: I23a267f50d6bff3c4099fe3bc90deaff87099250 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28563 Tested-by: Jenkins Server <pfd-jenkins+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/31706 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Sachin Gupta <sgupta2m@in.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H18
1 files changed, 0 insertions, 18 deletions
diff --git a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
index c386859c..11eef202 100644
--- a/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
+++ b/src/import/chips/p9/procedures/hwp/nest/p9_sbe_check_quiesce.H
@@ -92,18 +92,6 @@ extern "C" {
fapi2::ReturnCode p9_ec_eq_check_quiesce(
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
- /// @brief Helper function to check the quiesce on AFU
- /// @param[in] i_target => P9 chip target
- /// @return FAPI_RC_SUCCESS if the check_quiesce completes successfully
- fapi2::ReturnCode p9_afu_check_quiesce(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
-
- /// @brief Helper funcion to check the quiesce on PSL
- /// @param[in] i_target => P9 chip target
- /// @return FAPI_RC_SUCCESS if the check_quiesce completes successfully
- fapi2::ReturnCode p9_psl_check_quiesce(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
-
/// @brief Helper function to check the quiesce for CAPP
/// @param[in] i_target => P9 chip target
/// @return FAPI_RC_SUCCESS if the check_quiesce completes successfully
@@ -152,12 +140,6 @@ extern "C" {
fapi2::ReturnCode p9_intp_check_quiesce(
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
- /// @brief Helper function to set LQA
- /// @param[in] i_target => P9 chip target
- /// @return FAPI_RC_SUCCESS if the set_lqa completes successfully
- fapi2::ReturnCode p9_set_lqa(
- const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target);
-
} //extern "C"
#endif //_P9_SBE_CHECK_QUIESCE_H_
OpenPOWER on IntegriCloud