diff options
| -rw-r--r-- | import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H b/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H index 1cfafd6c..3a6a9633 100644 --- a/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H +++ b/import/chips/p9/common/include/p9_misc_scom_addresses_fld_fixes.H @@ -60,6 +60,10 @@ REG64_FLD(PU_TX_CH_MISC_WEN0, 12, SH_UNT, SH_ACS_SCOM, SH_FLD REG64_FLD(PU_TX_CH_MISC_WEN1, 13, SH_UNT, SH_ACS_SCOM, SH_FLD_UNUSED); REG64_FLD(PU_TX_CH_MISC_WEN2, 14, SH_UNT, SH_ACS_SCOM, SH_FLD_UNUSED); +// RX VGA Control Register1 +REG64_FLD(PEC_SCOM0X0B_EDMOD, 52, SH_UNT_PEC, SH_ACS_SCOM, SH_FLD_UNUSED); +REG64_FLD(PEC_SCOM0X0B_EDMOD_LEN, 2, SH_UNT_PEC, SH_ACS_SCOM, SH_FLD_UNUSED); + //Example //Copy the whole line from the *scom_addresses_fld.H file. Then add FIX in front of REG //and add another paramter that is the new value you want. |

