Home
last modified time | relevance | path

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

/openbmc/phosphor-host-ipmid/
H A Dapphandler.cpp628 constexpr auto ipmiDevIdStateShift = 7; in ipmiAppGetDeviceId() local
629 constexpr auto ipmiDevIdFw1Mask = ~(1 << ipmiDevIdStateShift); in ipmiAppGetDeviceId()
724 devId.fw[0] |= (1 << ipmiDevIdStateShift); in ipmiAppGetDeviceId()