Home
last modified time | relevance | path

Searched refs:VALUE_5 (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Dddimm_parser.cpp45 if (i_ByteValue < constants::VALUE_5) in getDdr5DensityPerDie()
53 case constants::VALUE_5: in getDdr5DensityPerDie()
155 constants::VALUE_5)) in getDdr5BasedDdimmSize()
166 constants::VALUE_5); in getDdr5BasedDdimmSize()
218 constants::VALUE_5)); in getDdr5BasedDdimmSize()
H A Dgpio_monitor.cpp83 std::chrono::seconds(constants::VALUE_5)); in handleTimerExpiry()
99 *i_ioContext, std::chrono::seconds(constants::VALUE_5)); in setEventHandlerForGpioPresence()
/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp89 static constexpr auto VALUE_5 = 5; variable