Home
last modified time | relevance | path

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

/openbmc/intel-ipmi-oem/include/
H A Dmanufacturingcommands.hpp79 constexpr const uint8_t slotNumMask = 0x0F; variable
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1501 uint8_t slotNum = (featureArg & slotNumMask); in handleMCTPSlotFeature()