Home
last modified time | relevance | path

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

/openbmc/openpower-vpd-parser/vpd-parser/
H A Dmemory_vpd_parser.cpp123 constants::MASK_BYTE_BITS_01, in getDdr5BasedDDimmSize()
138 (((iterator[constants::SPD_BYTE_235] & constants::MASK_BYTE_BITS_01) in getDdr5BasedDDimmSize()
/openbmc/openpower-vpd-parser/
H A Dconst.hpp114 static constexpr auto MASK_BYTE_BITS_01 = 0x03; variable