summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
diff options
context:
space:
mode:
authorSoma BhanuTej <soma.bhanu@in.ibm.com>2016-08-19 05:50:35 -0400
committerDaniel M. Crowell <dcrowell@us.ibm.com>2017-02-27 11:36:57 -0500
commit72d444948f8b9ed56f3b1a499a00802e79b9a184 (patch)
tree071b6461fa8d9c0418006e83e333d8af28c1ec40 /src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
parent468b30162ca914aeb449a4b652051b063f43dc28 (diff)
downloadtalos-hostboot-72d444948f8b9ed56f3b1a499a00802e79b9a184.tar.gz
talos-hostboot-72d444948f8b9ed56f3b1a499a00802e79b9a184.zip
Fapi Implementation of Level2 HWP p9_stopclocks
Change-Id: If92e3d3f7e198f3c8cfd4f7c6f16d7e697604348 Original-Change-Id: Ic9138a0734201ac936b870a5ae6bc3e0b124d47e RTC:159632 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/28578 Tested-by: PPE CI <ppe-ci+hostboot@us.ibm.com> Tested-by: Hostboot CI <hostboot-ci+hostboot@us.ibm.com> Tested-by: Jenkins Server <pfd-jenkins+hostboot@us.ibm.com> Reviewed-by: Soma Bhanutej <soma.bhanu@in.ibm.com> Reviewed-by: PARVATHI RACHAKONDA <prachako@in.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/37038 Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com> Tested-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H b/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
index 6ddb0251d..9539ed05d 100644
--- a/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
+++ b/src/import/chips/p9/procedures/hwp/lib/p9_hcd_common.H
@@ -189,6 +189,7 @@ enum P9_HCD_CLK_CTRL_CONSTANTS
CLK_REGION_ALL_BUT_EX_DPLL = BITS64(4, 2) | BITS64(10, 2),
CLK_REGION_ALL_BUT_EX_ANEP_DPLL = BITS64(4, 2) | BIT64(11),
CLK_REGION_ALL_BUT_PLL = BITS64(4, 10),
+ CLK_REGION_ALL_BUT_PLL_REFR = BITS64(4, 8),
CLK_REGION_ALL = BITS64(4, 11),
CLK_THOLD_ALL = BITS64(48, 3)
};
OpenPOWER on IntegriCloud