summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
diff options
context:
space:
mode:
authorYue Du <daviddu@us.ibm.com>2016-07-21 14:32:19 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-08-01 11:46:08 -0400
commitc9c3f24168195ecdb764924a6c0652ca3e8c8211 (patch)
tree9eb73236c921378c46c5adb953246ba87d742a89 /src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
parent1b5008fbb99f5fdcc23b2b5e3ed105201aeb1132 (diff)
downloadtalos-hostboot-c9c3f24168195ecdb764924a6c0652ca3e8c8211.tar.gz
talos-hostboot-c9c3f24168195ecdb764924a6c0652ca3e8c8211.zip
CORE/CACHE: core/cache/l2_stopclocks Level 2
Change-Id: Iaffbe7d73cb7faa579daf4470f81d67bd03b9103 Original-Change-Id: Ie4bce2bcaf0ffb2d1e57370312c4536356b62efc Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27338 Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: SRINIVAS V. POLISETTY <srinivan@in.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/27583 Tested-by: FSP CI Jenkins <fsp-CI-jenkins+hostboot@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H8
1 files changed, 5 insertions, 3 deletions
diff --git a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
index 736b8b256..3c91c71c1 100644
--- a/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
+++ b/src/import/chips/p9/procedures/hwp/cache/p9_hcd_cache_stopclocks.H
@@ -25,7 +25,7 @@
// *HWP Backup HWP Owner : Greg Still <stillgs@us.ibm.com>
// *HWP FW Owner : Sangeetha T S <sangeet2@in.ibm.com>
// *HWP Team : PM
-// *HWP Consumed by : HB:PREV
+// *HWP Consumed by : HB:PERV
// *HWP Level : 2
#ifndef __P9_HCD_CACHE_STOPCLOCKS_H__
@@ -38,7 +38,8 @@
/// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_hcd_cache_stopclocks_FP_t) (
const fapi2::Target<fapi2::TARGET_TYPE_EQ>&,
- const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS);
+ const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS,
+ const p9hcd::P9_HCD_EX_CTRL_CONSTANTS);
extern "C"
{
@@ -50,7 +51,8 @@ extern "C"
fapi2::ReturnCode
p9_hcd_cache_stopclocks(
const fapi2::Target<fapi2::TARGET_TYPE_EQ>& i_target,
- const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions);
+ const p9hcd::P9_HCD_CLK_CTRL_CONSTANTS i_select_regions,
+ const p9hcd::P9_HCD_EX_CTRL_CONSTANTS i_select_ex);
}
OpenPOWER on IntegriCloud