summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mss_attribute_accessors.H40
-rwxr-xr-xsrc/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml30
2 files changed, 35 insertions, 35 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 09537972f..1ee63867f 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
@@ -21062,101 +21062,101 @@ fapi_try_exit:
}
///
-/// @brief ATTR_MSS_MRW_AVDD_OFFSET_DISABLE getter
+/// @brief ATTR_MSS_MRW_AVDD_OFFSET_ENABLE getter
/// @param[out] uint8_t& reference to store the value
/// @note Generated by gen_accessors.pl generateParameters (SYSTEM)
/// @return fapi2::ReturnCode - FAPI2_RC_SUCCESS iff get is OK
/// @note Used for to determine whether to apply an offset to AVDD. Supplied by
/// MRW.
///
-inline fapi2::ReturnCode mrw_avdd_offset_disable(uint8_t& o_value)
+inline fapi2::ReturnCode mrw_avdd_offset_enable(uint8_t& o_value)
{
- FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_AVDD_OFFSET_DISABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
+ FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_AVDD_OFFSET_ENABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
return fapi2::current_err;
fapi_try_exit:
- FAPI_ERR("failed accessing ATTR_MSS_MRW_AVDD_OFFSET_DISABLE: 0x%lx (system target)",
+ FAPI_ERR("failed accessing ATTR_MSS_MRW_AVDD_OFFSET_ENABLE: 0x%lx (system target)",
uint64_t(fapi2::current_err));
return fapi2::current_err;
}
///
-/// @brief ATTR_MSS_MRW_VDD_OFFSET_DISABLE getter
+/// @brief ATTR_MSS_MRW_VDD_OFFSET_ENABLE getter
/// @param[out] uint8_t& reference to store the value
/// @note Generated by gen_accessors.pl generateParameters (SYSTEM)
/// @return fapi2::ReturnCode - FAPI2_RC_SUCCESS iff get is OK
/// @note Used for to determine whether to apply an offset to VDD. Supplied by
/// MRW.
///
-inline fapi2::ReturnCode mrw_vdd_offset_disable(uint8_t& o_value)
+inline fapi2::ReturnCode mrw_vdd_offset_enable(uint8_t& o_value)
{
- FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VDD_OFFSET_DISABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
+ FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VDD_OFFSET_ENABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
return fapi2::current_err;
fapi_try_exit:
- FAPI_ERR("failed accessing ATTR_MSS_MRW_VDD_OFFSET_DISABLE: 0x%lx (system target)",
+ FAPI_ERR("failed accessing ATTR_MSS_MRW_VDD_OFFSET_ENABLE: 0x%lx (system target)",
uint64_t(fapi2::current_err));
return fapi2::current_err;
}
///
-/// @brief ATTR_MSS_MRW_VCS_OFFSET_DISABLE getter
+/// @brief ATTR_MSS_MRW_VCS_OFFSET_ENABLE getter
/// @param[out] uint8_t& reference to store the value
/// @note Generated by gen_accessors.pl generateParameters (SYSTEM)
/// @return fapi2::ReturnCode - FAPI2_RC_SUCCESS iff get is OK
/// @note Used for to determine whether to apply an offset to VCS. Supplied by
/// MRW.
///
-inline fapi2::ReturnCode mrw_vcs_offset_disable(uint8_t& o_value)
+inline fapi2::ReturnCode mrw_vcs_offset_enable(uint8_t& o_value)
{
- FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VCS_OFFSET_DISABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
+ FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VCS_OFFSET_ENABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
return fapi2::current_err;
fapi_try_exit:
- FAPI_ERR("failed accessing ATTR_MSS_MRW_VCS_OFFSET_DISABLE: 0x%lx (system target)",
+ FAPI_ERR("failed accessing ATTR_MSS_MRW_VCS_OFFSET_ENABLE: 0x%lx (system target)",
uint64_t(fapi2::current_err));
return fapi2::current_err;
}
///
-/// @brief ATTR_MSS_MRW_VPP_OFFSET_DISABLE getter
+/// @brief ATTR_MSS_MRW_VPP_OFFSET_ENABLE getter
/// @param[out] uint8_t& reference to store the value
/// @note Generated by gen_accessors.pl generateParameters (SYSTEM)
/// @return fapi2::ReturnCode - FAPI2_RC_SUCCESS iff get is OK
/// @note Used for to determine whether to apply an offset to VCS. Supplied by
/// MRW.
///
-inline fapi2::ReturnCode mrw_vpp_offset_disable(uint8_t& o_value)
+inline fapi2::ReturnCode mrw_vpp_offset_enable(uint8_t& o_value)
{
- FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VPP_OFFSET_DISABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
+ FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VPP_OFFSET_ENABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
return fapi2::current_err;
fapi_try_exit:
- FAPI_ERR("failed accessing ATTR_MSS_MRW_VPP_OFFSET_DISABLE: 0x%lx (system target)",
+ FAPI_ERR("failed accessing ATTR_MSS_MRW_VPP_OFFSET_ENABLE: 0x%lx (system target)",
uint64_t(fapi2::current_err));
return fapi2::current_err;
}
///
-/// @brief ATTR_MSS_MRW_VDDR_OFFSET_DISABLE getter
+/// @brief ATTR_MSS_MRW_VDDR_OFFSET_ENABLE getter
/// @param[out] uint8_t& reference to store the value
/// @note Generated by gen_accessors.pl generateParameters (SYSTEM)
/// @return fapi2::ReturnCode - FAPI2_RC_SUCCESS iff get is OK
/// @note Used for to determine whether to apply an offset to VDDR. Supplied by
/// MRW.
///
-inline fapi2::ReturnCode mrw_vddr_offset_disable(uint8_t& o_value)
+inline fapi2::ReturnCode mrw_vddr_offset_enable(uint8_t& o_value)
{
- FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VDDR_OFFSET_DISABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
+ FAPI_TRY( FAPI_ATTR_GET(fapi2::ATTR_MSS_MRW_VDDR_OFFSET_ENABLE, fapi2::Target<fapi2::TARGET_TYPE_SYSTEM>(), o_value) );
return fapi2::current_err;
fapi_try_exit:
- FAPI_ERR("failed accessing ATTR_MSS_MRW_VDDR_OFFSET_DISABLE: 0x%lx (system target)",
+ FAPI_ERR("failed accessing ATTR_MSS_MRW_VDDR_OFFSET_ENABLE: 0x%lx (system target)",
uint64_t(fapi2::current_err));
return fapi2::current_err;
}
diff --git a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
index 7496bbe17..48ecc68d8 100755
--- a/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
+++ b/src/import/chips/p9/procedures/xml/attribute_info/memory_mrw_attributes.xml
@@ -335,63 +335,63 @@
</attribute>
<attribute>
- <id>ATTR_MSS_MRW_AVDD_OFFSET_DISABLE</id>
+ <id>ATTR_MSS_MRW_AVDD_OFFSET_ENABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>Used for to determine whether to apply an offset to AVDD. Supplied by MRW.</description>
<valueType>uint8</valueType>
- <enum>DISABLE = 1, ENABLE = 0</enum>
+ <enum>ENABLE = 1, DISABLE = 0</enum>
<platInit/>
<initToZero/>
<!-- little comment to tell us this might change during power/thermal implemetation -->
- <mssAccessorName>mrw_avdd_offset_disable</mssAccessorName>
+ <mssAccessorName>mrw_avdd_offset_enable</mssAccessorName>
</attribute>
<attribute>
- <id>ATTR_MSS_MRW_VDD_OFFSET_DISABLE</id>
+ <id>ATTR_MSS_MRW_VDD_OFFSET_ENABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>Used for to determine whether to apply an offset to VDD. Supplied by MRW.</description>
<valueType>uint8</valueType>
- <enum>DISABLE = 1, ENABLE = 0</enum>
+ <enum>ENABLE = 1, DISABLE = 0</enum>
<platInit/>
<initToZero/>
<!-- little comment to tell us this might change during power/thermal implemetation -->
- <mssAccessorName>mrw_vdd_offset_disable</mssAccessorName>
+ <mssAccessorName>mrw_vdd_offset_enable</mssAccessorName>
</attribute>
<attribute>
- <id>ATTR_MSS_MRW_VCS_OFFSET_DISABLE</id>
+ <id>ATTR_MSS_MRW_VCS_OFFSET_ENABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>Used for to determine whether to apply an offset to VCS. Supplied by MRW.</description>
<valueType>uint8</valueType>
- <enum>DISABLE = 1, ENABLE = 0</enum>
+ <enum>ENABLE = 1, DISABLE = 0</enum>
<platInit/>
<initToZero/>
<!-- little comment to tell us this might change during power/thermal implemetation -->
- <mssAccessorName>mrw_vcs_offset_disable</mssAccessorName>
+ <mssAccessorName>mrw_vcs_offset_enable</mssAccessorName>
</attribute>
<attribute>
- <id>ATTR_MSS_MRW_VPP_OFFSET_DISABLE</id>
+ <id>ATTR_MSS_MRW_VPP_OFFSET_ENABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>Used for to determine whether to apply an offset to VCS. Supplied by MRW.</description>
<valueType>uint8</valueType>
- <enum>DISABLE = 1, ENABLE = 0</enum>
+ <enum>ENABLE = 1, DISABLE = 0</enum>
<platInit/>
<initToZero/>
<!-- little comment to tell us this might change during power/thermal implemetation -->
- <mssAccessorName>mrw_vpp_offset_disable</mssAccessorName>
+ <mssAccessorName>mrw_vpp_offset_enable</mssAccessorName>
</attribute>
<attribute>
- <id>ATTR_MSS_MRW_VDDR_OFFSET_DISABLE</id>
+ <id>ATTR_MSS_MRW_VDDR_OFFSET_ENABLE</id>
<targetType>TARGET_TYPE_SYSTEM</targetType>
<description>Used for to determine whether to apply an offset to VDDR. Supplied by MRW.</description>
<valueType>uint8</valueType>
- <enum>DISABLE = 1, ENABLE = 0</enum>
+ <enum>ENABLE = 1, DISABLE = 0</enum>
<platInit/>
<initToZero/>
<!-- little comment to tell us this might change during power/thermal implemetation -->
- <mssAccessorName>mrw_vddr_offset_disable</mssAccessorName>
+ <mssAccessorName>mrw_vddr_offset_enable</mssAccessorName>
</attribute>
<attribute>
OpenPOWER on IntegriCloud