Home
last modified time | relevance | path

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

/openbmc/fb-ipmi-oem/include/
H A Doemcommands.hpp194 uint8_t mb_type; // 00 - SS, 01 - DS, 02 - Type3 member
/openbmc/fb-ipmi-oem/src/
H A Doemcommands.cpp1231 if (req->mb_type >= sizeof(mbType) / sizeof(uint8_t*)) in ipmiOemSetMachineCfgInfo()
1234 oemData[KEY_MC_CONFIG][KEY_MC_MB_TYPE] = mbType[req->mb_type]; in ipmiOemSetMachineCfgInfo()
/openbmc/qemu/tcg/
H A Dtcg-op.c297 void tcg_gen_mb(TCGBar mb_type) in tcg_gen_mb() argument
312 tcg_gen_op1(INDEX_op_mb, 0, mb_type); in tcg_gen_mb()