summaryrefslogtreecommitdiffstats
path: root/src/import/chips/p9/procedures/hwp/memory/lib/mcbist
diff options
context:
space:
mode:
authorJacob Harvey <jlharvey@us.ibm.com>2016-02-05 15:24:59 -0600
committerDaniel M. Crowell <dcrowell@us.ibm.com>2016-04-01 21:23:21 -0400
commitdba9ee6be396b29a072d9c5fc87ff346542c396e (patch)
treed3edf1b1207aad6dd8d7b9b93473067be1dd6e48 /src/import/chips/p9/procedures/hwp/memory/lib/mcbist
parenta08c13b301d1ee48a40474261711c6dc8174b108 (diff)
downloadtalos-hostboot-dba9ee6be396b29a072d9c5fc87ff346542c396e.tar.gz
talos-hostboot-dba9ee6be396b29a072d9c5fc87ff346542c396e.zip
Fixed doxygen errors and typos
Change-Id: I86313e4af81003744f0ab6c507d019a39c4a4992 Original-Change-Id: I94120c654c32b5c3513740ce8aae4b4cc632fc41 Reviewed-on: http://gfw160.aus.stglabs.ibm.com:8080/gerrit/24281 Tested-by: Jenkins Server Reviewed-by: Andre A. Marin <aamarin@us.ibm.com> Reviewed-by: Brian Silver <bsilver@us.ibm.com> Reviewed-on: http://ralgit01.raleigh.ibm.com/gerrit1/22767 Tested-by: FSP CI Jenkins Reviewed-by: JACOB L. HARVEY <jlharvey@us.ibm.com> Reviewed-by: Daniel M. Crowell <dcrowell@us.ibm.com>
Diffstat (limited to 'src/import/chips/p9/procedures/hwp/memory/lib/mcbist')
-rw-r--r--src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H72
1 files changed, 36 insertions, 36 deletions
diff --git a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H
index 1a6660c3c..464f7278c 100644
--- a/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H
+++ b/src/import/chips/p9/procedures/hwp/memory/lib/mcbist/mcbist.H
@@ -7,7 +7,7 @@
/* */
/* EKB Project */
/* */
-/* COPYRIGHT 2015 */
+/* COPYRIGHT 2015,2016 */
/* [+] International Business Machines Corp. */
/* */
/* */
@@ -54,7 +54,7 @@ template< fapi2::TargetType T >
class mcbistTraits;
///
-/// @class mcbistTraits<fapi2::TARGET_TYPE_MEMBUF_CHIP>
+/// @class mcbistTraits
/// @brief a collection of traits associated with the Centaur MCBIST engine or hardware
///
template<>
@@ -63,7 +63,7 @@ class mcbistTraits<fapi2::TARGET_TYPE_MEMBUF_CHIP>
};
///
-/// @class mcbistTraits<fapi2::TARGET_TYPE_MCBIST>
+/// @class mcbistTraits
/// @brief a collection of traits associated with the Nimbus MCBIST engine or hardware
///
template<>
@@ -109,7 +109,7 @@ class subtest_t
///
/// @brief A class representing a series of MCBIST subtests, and the
/// MCBIST engine parameters associated with running the subtests
-/// @tparam fapi2::TargetType T representing the fapi2 target which
+/// @tparam T fapi2::TargetType representing the fapi2 target which
/// contains the MCBIST engine (e.g., fapi2::TARGET_TYPE_MCBIST)
///
template< fapi2::TargetType T >
@@ -128,10 +128,10 @@ class program
///
/// @brief Complement the data for the first subcommand
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_state, the desired state of the function
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_state the desired state of the function
/// @return void
///
template< fapi2::TargetType T, typename TT = mcbistTraits<T> >
@@ -143,10 +143,10 @@ void change_compliment_1st_cmd( subtest_t<T>& io_subtest, const mss::states i_st
///
/// @brief Complement the data for the second subcommand
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_state, the desired state of the function
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_state the desired state of the function
/// @return void
///
template< fapi2::TargetType T, typename TT = mcbistTraits<T> >
@@ -158,10 +158,10 @@ void change_compliment_2nd_cmd( subtest_t<T>& io_subtest, const mss::states i_st
///
/// @brief Complement the data for the third subcommand
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_state, the desired state of the function
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_state the desired state of the function
/// @return void
///
template< fapi2::TargetType T, typename TT = mcbistTraits<T> >
@@ -173,10 +173,10 @@ void change_compliment_3rd_cmd( subtest_t<T>& io_subtest, const mss::states i_st
///
/// @brief Generate addresses in reverse order
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_state, the desired state of the function
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_state the desired state of the function
/// @return void
///
template< fapi2::TargetType T, typename TT = mcbistTraits<T> >
@@ -188,10 +188,10 @@ void change_addr_rev_mode( subtest_t<T>& io_subtest, const mss::states i_state )
///
/// @brief Generate addresses in random order
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_state, the desired state of the function
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_state the desired state of the function
/// @return void
///
template< fapi2::TargetType T, typename TT = mcbistTraits<T> >
@@ -203,10 +203,10 @@ void change_addr_rand_mode( subtest_t<T>& io_subtest, const mss::states i_state
///
/// @brief Generate and check data with ECC
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_state, the desired state of the function
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_state the desired state of the function
/// @return void
///
template< fapi2::TargetType T, typename TT = mcbistTraits<T> >
@@ -218,10 +218,10 @@ void change_ecc_mode( subtest_t<T>& io_subtest, const mss::states i_state )
///
/// @brief Set the data mode for this subtest
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_mode, the desired mcbist::data_mode
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_mode the desired mcbist::data_mode
/// @return void
///
template< fapi2::TargetType T, typename TT = mcbistTraits<T> >
@@ -233,10 +233,10 @@ void change_data_mode( subtest_t<T>& io_subtest, const data_mode i_mode )
///
/// @brief Configure which address registers to use for this subtest
-/// @tparam T, fapi2::TargetType of the MCBIST engine
-/// @tparam TT, the mssTraits associtated with T
-/// @param[in,out] io_subtest, a subtest
-/// @param[in] i_index, 0 = MCBSA0Q, 1 = MCBSA1Q, ...
+/// @tparam T fapi2::TargetType of the MCBIST engine
+/// @tparam TT the mssTraits associtated with T
+/// @param[in,out] io_subtest a subtest
+/// @param[in] i_index 0 = MCBSA0Q, 1 = MCBSA1Q, ...
/// @note wraps to 0-3 no matter what value you pass in.
/// @return void
///
OpenPOWER on IntegriCloud