Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dconst.hpp85 static constexpr auto CONVERT_MB_TO_KB = 1024; variable
/openbmc/openpower-vpd-parser/vpd-parser/
H A Dmemory_vpd_parser.cpp324 return constants::CONVERT_MB_TO_KB * dimmSize; in getDdr4BasedDDimmSize()
H A Disdimm_vpd_parser.cpp365 (dimmSize * constants::CONVERT_MB_TO_KB)); in readKeywords()