Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-parser/
H A Disdimm_vpd_parser.cpp25 static constexpr auto SPD_JEDEC_DDR4_SDRAM_WIDTH_MULTIPLIER = 4; variable
107 sdramWid = (sdramWid << tmp) * SPD_JEDEC_DDR4_SDRAM_WIDTH_MULTIPLIER; in getDDR4DimmCapacity()