Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-parser/
H A Dmemory_vpd_parser.cpp156 constants::MASK_BYTE_BITS_012, in getDdr5BasedDDimmSize()
167 (iterator[constants::SPD_BYTE_235] & constants::MASK_BYTE_BITS_012) in getDdr5BasedDDimmSize()
215 constants::MASK_BYTE_BITS_012) + in getDdr5BasedDDimmSize()
229 constants::MASK_BYTE_BITS_012) + in getDdr5BasedDDimmSize()
/openbmc/openpower-vpd-parser/
H A Dconst.hpp116 static constexpr auto MASK_BYTE_BITS_012 = 0x07; variable