summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H6
-rw-r--r--src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml8
2 files changed, 7 insertions, 7 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H b/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H
index 783fd05aa..d24cbea29 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H
@@ -9381,7 +9381,7 @@ fapi_try_exit:
/// pattern read There can be two patterns used here. This attribute is before
/// swizzling for endianness of the registers. CODE WILL SWIZZLE FOR THE SYSTEM The
/// first 0-15 bits are for PATTERN0, bits 16-32 are for PATTERN1. If this attribute
-/// is set to 0, using the default values of: 0x13EC for PATTERN0 0x02FD for
+/// is set to 0, using the default values of: 0x8E8E for PATTERN0 0x2BC6 for
/// PATTERN1 Set to default in
/// eff_config
///
@@ -9411,7 +9411,7 @@ fapi_try_exit:
/// pattern read There can be two patterns used here. This attribute is before
/// swizzling for endianness of the registers. CODE WILL SWIZZLE FOR THE SYSTEM The
/// first 0-15 bits are for PATTERN0, bits 16-32 are for PATTERN1. If this attribute
-/// is set to 0, using the default values of: 0x13EC for PATTERN0 0x02FD for
+/// is set to 0, using the default values of: 0x8E8E for PATTERN0 0x2BC6 for
/// PATTERN1 Set to default in
/// eff_config
///
@@ -9442,7 +9442,7 @@ fapi_try_exit:
/// pattern read There can be two patterns used here. This attribute is before
/// swizzling for endianness of the registers. CODE WILL SWIZZLE FOR THE SYSTEM The
/// first 0-15 bits are for PATTERN0, bits 16-32 are for PATTERN1. If this attribute
-/// is set to 0, using the default values of: 0x13EC for PATTERN0 0x02FD for
+/// is set to 0, using the default values of: 0x8E8E for PATTERN0 0x2BC6 for
/// PATTERN1 Set to default in
/// eff_config
///
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
index eb57d043f..a073b35fb 100644
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mcs_attributes.xml
@@ -1981,13 +1981,13 @@
The first 0-15 bits are for PATTERN0,
bits 16-32 are for PATTERN1.
If this attribute is set to 0, using the default values of:
- 0x13EC for PATTERN0
- 0x02FD for PATTERN1
+ 0x8E8E for PATTERN0
+ 0x2BC6 for PATTERN1
Set to default in eff_config
</description>
<valueType>uint32</valueType>
<initToZero></initToZero>
- <enum>DEFAULT_PATTERN0 = 0xEA0C, DEFAULT_PATTERN1 = 0xA6C9</enum>
+ <enum>DEFAULT_PATTERN0 = 0x8E8E, DEFAULT_PATTERN1 = 0x2BC6</enum>
<writeable/>
<array>2</array>
<mssAccessorName>custom_training_adv_patterns</mssAccessorName>
@@ -2013,7 +2013,7 @@
</description>
<valueType>uint32</valueType>
<initToZero></initToZero>
- <enum>DEFAULT_PATTERN0 = 0x13EC, DEFAULT_PATTERN1 = 0x02FD</enum>
+ <enum>DEFAULT_PATTERN0 = 0xEA0C, DEFAULT_PATTERN1 = 0xA6C9</enum>
<writeable/>
<array>2</array>
<mssAccessorName>custom_training_adv_backup_patterns</mssAccessorName>
OpenPOWER on IntegriCloud