Home
last modified time | relevance | path

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

/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 Dbios_handler.cpp353 (i_ammVal == constants::VALUE_2) ? "Enabled" : "Disabled"; in saveAmmToBios()
/openbmc/openpower-vpd-parser/vpd-manager/include/utility/
H A Ddbus_utility.hpp670 (*l_imageExtendedVersion).length() <= constants::VALUE_2) in getImagePrefix()
678 .substr(constants::VALUE_0, constants::VALUE_2); in getImagePrefix()
H A Dvpd_specific_utility.hpp676 if (l_hwVer->size() != constants::VALUE_2) in isPass1Planar()
696 else if ((*l_hwVer).at(1) < constants::VALUE_2) in isPass1Planar()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp86 static constexpr auto VALUE_2 = 2; variable