Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-parser/
H A Dmemory_vpd_parser.cpp104 if (l_ByteValue < constants::VALUE_2) in getDDR5DiePerPackage()
111 pow(constants::VALUE_2, (l_ByteValue - constants::VALUE_1)); in getDDR5DiePerPackage()
230 constants::VALUE_2 * ((iterator[constants::SPD_BYTE_235] & in getDdr5BasedDDimmSize()
/openbmc/openpower-vpd-parser/
H A Dconst.hpp102 static constexpr auto VALUE_2 = 2; variable