Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/
H A Dconst.hpp86 static constexpr auto CONVERT_GB_TO_KB = 1024 * 1024; variable
/openbmc/openpower-vpd-parser/vpd-parser/
H A Dmemory_vpd_parser.cpp256 return constants::CONVERT_GB_TO_KB * dimmSize; in getDdr5BasedDDimmSize()