Home
last modified time | relevance | path

Searched refs:SBE_CLOCK_OFF (Results 1 – 3 of 3) sorted by relevance

/openbmc/openpower-debug-collector/dump/
H A Dsbe_consts.hpp20 constexpr auto SBE_CLOCK_OFF = 0x2; variable
H A Dsbe_dump_collector.hpp162 return (clockState == SBE_CLOCK_OFF && in checkFastarrayCollectionNeeded()
H A Dsbe_dump_collector.cpp94 std::vector<uint8_t> clockStates = {SBE_CLOCK_ON, SBE_CLOCK_OFF}; in collectDump()