Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp81 constexpr const uint8_t muxTypeMask = 0xF0; variable
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1509 switch ((featureArg & muxTypeMask) >> muxTypeShift) in handleMCTPSlotFeature()