summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H
diff options
context:
space:
mode:
authorSangeetha T S <sangeet2@in.ibm.com>2015-08-19 03:48:11 -0500
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-06-16 00:43:48 -0400
commit4053afae1d3e1727557af8db811c77ef55cd0a4e (patch)
tree5f9e5008c19e79b658d05c4f9c42b0d501fe3003 /src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H
parent8492b9edc06041e936495d689349c26f593ba448 (diff)
downloadtalos-hostboot-4053afae1d3e1727557af8db811c77ef55cd0a4e.tar.gz
talos-hostboot-4053afae1d3e1727557af8db811c77ef55cd0a4e.zip
JET: Level 2, p9_pm_ocb_indir_setup_circular
Change-Id: I06be0092163585b3ca5a363427cc9fb9f3d8ce9f Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/19917 Tested-by: Jenkins Server Reviewed-by: Bilicon Patil <bilpatil@in.ibm.com> Reviewed-by: Gregory S. Still <stillgs@us.ibm.com> Reviewed-by: Jennifer A. Stofer <stofer@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/25890 Tested-by: FSP CI Jenkins Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H b/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H
index 73a02543d..a465328ae 100644
--- a/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H
+++ b/src/import/chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H
@@ -1,7 +1,7 @@
/* IBM_PROLOG_BEGIN_TAG */
/* This is an automatically generated prolog. */
/* */
-/* $Source: chips/p9/procedures/ipl/hwp/p9_pm_ocb_indir_setup_circular.H $ */
+/* $Source: chips/p9/procedures/hwp/pm/p9_pm_ocb_indir_setup_circular.H $ */
/* */
/* IBM CONFIDENTIAL */
/* */
@@ -22,7 +22,7 @@
// *HWP Backup HWP Owner:
// *HWP FW Owner : Bilicon Patil <bilpatil@in.ibm.com>
// *HWP Team : PM
-// *HWP Level : 1
+// *HWP Level : 2
// *HWP Consumed by : HS
@@ -35,8 +35,8 @@
// function pointer typedef definition for HWP call support
typedef fapi2::ReturnCode (*p9_pm_ocb_indir_setup_circular_FP_t)
(const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>&,
- p9ocb::PM_OCB_CHAN_NUM,
- p9ocb::PM_OCB_CHAN_TYPE);
+ const p9ocb::PM_OCB_CHAN_NUM,
+ const p9ocb::PM_OCB_CHAN_TYPE);
extern "C"
{
@@ -52,8 +52,8 @@ extern "C"
fapi2::ReturnCode p9_pm_ocb_indir_setup_circular(
const fapi2::Target<fapi2::TARGET_TYPE_PROC_CHIP>& i_target,
- p9ocb::PM_OCB_CHAN_NUM i_ocb_chan,
- p9ocb::PM_OCB_CHAN_TYPE i_ocb_type);
+ const p9ocb::PM_OCB_CHAN_NUM i_ocb_chan,
+ const p9ocb::PM_OCB_CHAN_TYPE i_ocb_type);
} // extern "C"
OpenPOWER on IntegriCloud