summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.H
diff options
context:
space:
mode:
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.H')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.H39
1 files changed, 39 insertions, 0 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.H b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.H
index 656a061c5..d56dad024 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/dimm/eff_dimm.H
@@ -583,6 +583,19 @@ class eff_dimm
/// @return fapi2::FAPI2_RC_SUCCESS if okay
///
virtual fapi2::ReturnCode odt_rd() = 0;
+
+ ///
+ /// @brief Determines & sets effective PHY RLO values
+ /// @return fapi2::FAPI2_RC_SUCCESS if okay
+ ///
+ virtual fapi2::ReturnCode phy_rlo() = 0;
+
+ ///
+ /// @brief Determines & sets effective PHY WLO values
+ /// @return fapi2::FAPI2_RC_SUCCESS if okay
+ ///
+ virtual fapi2::ReturnCode phy_wlo() = 0;
+
///
/// @brief Determines & sets effective config for data_mask
/// @return fapi2::FAPI2_RC_SUCCESS if okay
@@ -1102,6 +1115,19 @@ class eff_lrdimm : public eff_dimm
virtual fapi2::ReturnCode odt_rd() final;
///
+ /// @brief Determines & sets effective PHY RLO values
+ /// @return fapi2::FAPI2_RC_SUCCESS if okay
+ ///
+ virtual fapi2::ReturnCode phy_rlo() final;
+
+ ///
+ /// @brief Determines & sets effective PHY WLO values
+ /// @return fapi2::FAPI2_RC_SUCCESS if okay
+ ///
+ virtual fapi2::ReturnCode phy_wlo() final;
+
+
+ ///
/// @brief Sets the RTT_NOM value from SPD
/// @return fapi2::FAPI2_RC_SUCCESS if okay
/// @note used for MRS01
@@ -1422,6 +1448,19 @@ class eff_rdimm : public eff_dimm
virtual fapi2::ReturnCode odt_rd() final;
///
+ /// @brief Determines & sets effective PHY RLO values
+ /// @return fapi2::FAPI2_RC_SUCCESS if okay
+ ///
+ virtual fapi2::ReturnCode phy_rlo() final;
+
+ ///
+ /// @brief Determines & sets effective PHY WLO values
+ /// @return fapi2::FAPI2_RC_SUCCESS if okay
+ ///
+ virtual fapi2::ReturnCode phy_wlo() final;
+
+
+ ///
/// @brief Sets the RTT_NOM value from SPD
/// @return fapi2::FAPI2_RC_SUCCESS if okay
/// @note used for MRS01
OpenPOWER on IntegriCloud