Home
last modified time | relevance | path

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

/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dsrc.hpp180 return _hexData; in hexwordData()
328 return _hexData[3] & static_cast<uint32_t>(flag); in getErrorStatusFlag()
338 _hexData[3] &= ~static_cast<uint32_t>(flag); in clearErrorStatusFlag()
388 _hexData[0] |= bmcSRCFormat; in setBMCFormat()
399 _hexData[1] |= primaryBMCPosition; in setBMCPosition()
423 _hexData[3] |= static_cast<uint32_t>(flag); in setErrorStatusFlag()
627 std::array<uint32_t, numSRCHexDataWords> _hexData; member in openpower::pels::SRC
H A Dsrc.cpp262 for (auto& word : _hexData) in unflatten()
281 for (auto& word : _hexData) in flatten()
327 std::for_each(_hexData.begin(), _hexData.end(), in SRC()
411 _hexData[getWordIndexFromWordNum(wordNum)] = in setUserDefinedHexWords()
443 _hexData[1] |= ccin << 16; in setMotherboardCCIN()
523 _hexData[getWordIndexFromWordNum(hexwordMap.first)]); in getErrorDetails()
560 argSourceVals.push_back(_hexData[getWordIndexFromWordNum( in getErrorMessage()
722 jsonInsert(ps, "SRC Format", getNumberString("0x%02X", _hexData[0] & 0xFF), in getJSON()
734 uint32_t ccin = _hexData[1] >> 16; in getJSON()
745 _hexData[3] & in getJSON()
[all …]