Home
last modified time | relevance | path

Searched refs:VALUE_2 (Results 1 – 8 of 8) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-tool/include/
H A Dtool_constants.hpp72 static constexpr auto VALUE_2 = 2; variable
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dddimm_parser.cpp82 if (i_ByteValue < constants::VALUE_2) in getDdr5DiePerPackage()
89 pow(constants::VALUE_2, (i_ByteValue - constants::VALUE_1)); in getDdr5DiePerPackage()
H A Dsingle_fab.cpp140 std::to_string(constants::VALUE_2)); in updateSystemImValueInVpdToP11Series()
H A Dbios_handler.cpp359 (i_ammVal == constants::VALUE_2) ? "Enabled" : "Disabled"; in saveAmmToBios()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp669 (*l_imageExtendedVersion).length() <= constants::VALUE_2) in getImagePrefix()
677 .substr(constants::VALUE_0, constants::VALUE_2); in getImagePrefix()
H A Dvpd_specific_utility.hpp797 if (l_hwVer->size() != constants::VALUE_2) in isPass1Planar()
819 else if ((*l_hwVer).at(1) < constants::VALUE_2) in isPass1Planar()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp87 static constexpr auto VALUE_2 = 2; variable
/openbmc/openpower-vpd-parser/vpd-tool/src/
H A Dvpd_tool.cpp21 constants::VALUE_2, constants::VALUE_1}}},
27 {"pvm_clear_nvram", constants::VALUE_1, constants::VALUE_2,