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.hpp80 constexpr const uint8_t slotNumMask = 0x0F; variable
/openbmc/intel-ipmi-oem/src/
H A Dmanufacturingcommands.cpp1508 uint8_t slotNum = (featureArg & slotNumMask); in handleMCTPSlotFeature()