Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dbridgingcommands.hpp93 constexpr uint8_t targetChannelSystemInterface = 0xC; variable
/openbmc/intel-ipmi-oem/src/
H A Dbridgingcommands.cpp437 case targetChannelSystemInterface: in ipmiAppSendMessage()
500 channelData |= static_cast<uint8_t>(targetChannelSystemInterface) & 0x0F; in ipmiAppGetMessage()