Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Dtypes.hpp10 constexpr size_t amdFourBytesPostCode = 4; variable
/openbmc/fb-ipmi-oem/src/
H A Dbiccommands.cpp84 if constexpr (postCodeSize != amdFourBytesPostCode) in dimmLoopPatternDetection()
89 if (data.size() != amdFourBytesPostCode) in dimmLoopPatternDetection()