summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C37
1 files changed, 0 insertions, 37 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
index 66d5dcf75..19308668d 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mc/mc.C
@@ -46,10 +46,6 @@ using fapi2::TARGET_TYPE_MCS;
namespace mss
{
-const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate0_reg[] = {MCS_PORT02_MCP0XLT0, MCS_PORT13_MCP0XLT0};
-const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate1_reg[] = {MCS_PORT02_MCP0XLT1, MCS_PORT13_MCP0XLT1};
-const uint64_t mcTraits<TARGET_TYPE_MCS>::xlate2_reg[] = {MCS_PORT02_MCP0XLT2, MCS_PORT13_MCP0XLT2};
-
///
/// @brief Dump the registers of the MC (MCA_MBA, MCS)
/// @param[in] i_target the MCS target
@@ -132,39 +128,6 @@ fapi2::ReturnCode dump_regs( const fapi2::Target<TARGET_TYPE_MCS>& i_target )
{"MCS_MCSYNC", MCS_MCSYNC },
{"MCS_MCTO", MCS_MCTO },
{"MCS_MCWATCNTL", MCS_MCWATCNTL },
-
- {"MCS_PORT02_AACR", MCS_PORT02_AACR },
- {"MCS_PORT02_AADR", MCS_PORT02_AADR },
- {"MCS_PORT02_AAER", MCS_PORT02_AAER },
- {"MCS_PORT02_MCAMOC", MCS_PORT02_MCAMOC },
- {"MCS_PORT02_MCBUSYQ", MCS_PORT02_MCBUSYQ },
- {"MCS_PORT02_MCEBUSCL", MCS_PORT02_MCEBUSCL },
- {"MCS_PORT02_MCEPSQ", MCS_PORT02_MCEPSQ },
- {"MCS_PORT02_MCERRINJ", MCS_PORT02_MCERRINJ },
- {"MCS_PORT02_MCP0XLT0", MCS_PORT02_MCP0XLT0 },
- {"MCS_PORT02_MCP0XLT1", MCS_PORT02_MCP0XLT1 },
- {"MCS_PORT02_MCP0XLT2", MCS_PORT02_MCP0XLT2 },
- {"MCS_PORT02_MCPERF0", MCS_PORT02_MCPERF0 },
- {"MCS_PORT02_MCPERF2", MCS_PORT02_MCPERF2 },
- {"MCS_PORT02_MCPERF3", MCS_PORT02_MCPERF3 },
- {"MCS_PORT02_MCWAT", MCS_PORT02_MCWAT },
-
- {"MCS_PORT13_MCAMOC", MCS_PORT13_MCAMOC },
- {"MCS_PORT13_MCBUSYQ", MCS_PORT13_MCBUSYQ },
- {"MCS_PORT13_MCEBUSCL", MCS_PORT13_MCEBUSCL },
- {"MCS_PORT13_MCEBUSEN0", MCS_PORT13_MCEBUSEN0 },
- {"MCS_PORT13_MCEBUSEN1", MCS_PORT13_MCEBUSEN1 },
- {"MCS_PORT13_MCEBUSEN2", MCS_PORT13_MCEBUSEN2 },
- {"MCS_PORT13_MCEBUSEN3", MCS_PORT13_MCEBUSEN3 },
- {"MCS_PORT13_MCEPSQ", MCS_PORT13_MCEPSQ },
- {"MCS_PORT13_MCERRINJ", MCS_PORT13_MCERRINJ },
- {"MCS_PORT13_MCP0XLT0", MCS_PORT13_MCP0XLT0 },
- {"MCS_PORT13_MCP0XLT1", MCS_PORT13_MCP0XLT1 },
- {"MCS_PORT13_MCP0XLT2", MCS_PORT13_MCP0XLT2 },
- {"MCS_PORT13_MCPERF0", MCS_PORT13_MCPERF0 },
- {"MCS_PORT13_MCPERF2", MCS_PORT13_MCPERF2 },
- {"MCS_PORT13_MCPERF3", MCS_PORT13_MCPERF3 },
- {"MCS_PORT13_MCWAT", MCS_PORT13_MCWAT },
};
for (auto r : l_mcs_registers)
OpenPOWER on IntegriCloud