Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp19 constexpr size_t numSRCHexDataWords = 8; variable
178 const std::array<uint32_t, numSRCHexDataWords>& hexwordData() const in hexwordData()
627 std::array<uint32_t, numSRCHexDataWords> _hexData;
H A Dsrc.cpp322 _wordCount = numSRCHexDataWords + 1; in SRC()