Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-parser/
H A Dmemory_vpd_parser.cpp205 l_ranksPerChannel = ((iterator[constants::SPD_BYTE_234] & in getDdr5BasedDDimmSize()
214 l_ranksPerChannel = (iterator[constants::SPD_BYTE_234] & in getDdr5BasedDDimmSize()
222 (((iterator[constants::SPD_BYTE_234] & in getDdr5BasedDDimmSize()
228 ((iterator[constants::SPD_BYTE_234] & in getDdr5BasedDDimmSize()
/openbmc/openpower-vpd-parser/
H A Dconst.hpp95 static constexpr auto SPD_BYTE_234 = 234; variable