Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp200 uint8_t pcie_card_loc; // Bit0 - Slot1 Present/Absent, Bit1 - Slot 2 member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1183 if (req->pcie_card_loc & BIT_0) in ipmiOemSetMachineCfgInfo()
1185 if (req->pcie_card_loc & BIT_1) in ipmiOemSetMachineCfgInfo()
1187 if (req->pcie_card_loc & BIT_2) in ipmiOemSetMachineCfgInfo()
1189 if (req->pcie_card_loc & BIT_3) in ipmiOemSetMachineCfgInfo()