From db0e717dc147bded97d46eaa23b46407206e1f39 Mon Sep 17 00:00:00 2001 From: Joe McGill Date: Fri, 28 Apr 2017 14:19:45 -0500 Subject: p9_nv_ref_clk_enable -- shift NV refclock field programming Change-Id: I4d0d4c6d32ba42f0760142cca01ac15ab4e42108 Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/39831 Tested-by: Jenkins Server Tested-by: PPE CI Tested-by: Hostboot CI Reviewed-by: Benjamin Gass Reviewed-by: Thi N. Tran Reviewed-by: Jennifer A. Stofer --- .../chips/p9/common/include/p9_perv_scom_addresses_fld_fixes.H | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/import/chips/p9/common/include/p9_perv_scom_addresses_fld_fixes.H b/import/chips/p9/common/include/p9_perv_scom_addresses_fld_fixes.H index f12918ac..e6b97d3d 100644 --- a/import/chips/p9/common/include/p9_perv_scom_addresses_fld_fixes.H +++ b/import/chips/p9/common/include/p9_perv_scom_addresses_fld_fixes.H @@ -61,7 +61,8 @@ static const uint64_t SH_FLD_SCAN_REGION_ALL_UNITS = 32014; static const uint64_t SH_FLD_SCAN_REGION_ALL_UNITS_LEN = 32015; static const uint64_t SH_FLD_SCAN_ALL_TYPES = 32016; static const uint64_t SH_FLD_SCAN_ALL_TYPES_LEN = 32017; - +static const uint64_t SH_FLD_TSFSI_NV_REFCLK_EN_DC = 22564; +static const uint64_t SH_FLD_TSFSI_NV_REFCLK_EN_DC_LEN = 22565; REG64_FLD( PERV_1_CLK_REGION_CLOCK_REGION_ALL_UNITS , 4 , SH_UNT_PERV_1 , SH_ACS_SCOM , SH_FLD_CLOCK_REGION_ALL_UNITS ); @@ -105,4 +106,10 @@ REG64_FLD( PERV_1_OPCG_REG0_OPCG_STARTS_BIST , 14 , SH_UN REG64_FLD( PERV_1_OPCG_REG0_OPCG_GO , 1 , SH_UNT_PERV_1 , SH_ACS_SCOM , SH_FLD_GO ); +REG64_FLD( PERV_ROOT_CTRL6_TSFSI_NV_REFCLK_EN_DC , 20 , SH_UNT_PERV , SH_ACS_SCOM , + SH_FLD_TSFSI_NV_REFCLK_EN_DC ); +REG64_FLD( PERV_ROOT_CTRL6_TSFSI_NV_REFCLK_EN_DC_LEN , 4 , SH_UNT_PERV , SH_ACS_SCOM , + SH_FLD_TSFSI_NV_REFCLK_EN_DC_LEN ); + + #endif -- cgit v1.2.3