Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-manager/include/
H A Dconstants.hpp33 static constexpr auto CONVERT_MB_TO_KB = 1024; variable
/openbmc/openpower-vpd-parser/vpd-manager/src/
H A Disdimm_parser.cpp302 dimmSize * constants::CONVERT_MB_TO_KB); in readKeywords()
H A Dddimm_parser.cpp317 l_dimmSize *= constants::CONVERT_MB_TO_KB; in getDdr4BasedDdimmSize()