Home
last modified time | relevance | path

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

/openbmc/openpower-sbe-interface/
H A Dsbe_chipOp_handler.cpp138 sbe_word_t l_magicCode = (*iter >> MAGIC_CODE_BITS); in parseResponse() local
145 if (l_magicCode != MAGIC_CODE) in parseResponse()
150 << l_magicCode << "),expected keyword " << MAGIC_CODE; in parseResponse()