Searched refs:oen (Results 1 – 9 of 9) sorted by relevance
| /openbmc/phosphor-host-ipmid/include/ipmid/ |
| H A D | oemrouter.hpp | 46 virtual void registerHandler(Number oen, ipmi_cmd_t cmd, 77 constexpr Group toOemGroup(Number oen) in toOemGroup() argument 79 return Group{static_cast<std::uint8_t>(oen), in toOemGroup() 80 static_cast<std::uint8_t>(oen >> 8), in toOemGroup() 81 static_cast<std::uint8_t>(oen >> 16)}; in toOemGroup()
|
| /openbmc/openbmc/meta-google/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-ethstats_%.bbappend | 2 PACKAGECONFIG += "google-oen"
|
| /openbmc/phosphor-host-ipmid/test/ |
| H A D | oemrouter_unittest.cpp | 51 void RegisterWithRouter(Number oen, ipmi_cmd_t cmd, Handler cb) in RegisterWithRouter() argument 54 singletonUnderTest->registerHandler(oen, cmd, cb); in RegisterWithRouter()
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/ipmi/ |
| H A D | phosphor-ipmi-ethstats_git.bb | 20 PACKAGECONFIG[google-oen] = "-Dgoogle_oen=true,-Dgoogle_oen=false"
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx25/ |
| H A D | imx-regs.h | 489 #define WEIM_CSCR_L(oea, oen, ebwa, ebwn, \ argument 491 ((oea) << 28 | (oen) << 24 | (ebwa) << 20 | (ebwn) << 16 |\
|
| /openbmc/openbmc-tools/dbus-vis/ |
| H A D | ipmi_timeline_vis.js | 329 const oen = req[0] + req[1] * 256 + req[2] * 65536; 330 if (oen == 0xc2cf) { // Blob operations
|
| /openbmc/u-boot/arch/arm/include/asm/arch-mx31/ |
| H A D | imx-regs.h | 645 #define CSCR_L(oea, oen, ebwa, ebwn, \ argument 647 ((oea) << 28 | (oen) << 24 | (ebwa) << 20 | (ebwn) << 16 |\
|
| /openbmc/phosphor-host-ipmid/ |
| H A D | ipmid-new.cpp | 750 void registerHandler(Number oen, ipmi_cmd_t cmd, Handler handler) override in registerHandler() argument 753 ipmi::impl::registerOemHandler(ipmi::prioOpenBmcBase, oen, cmd, in registerHandler()
|
| /openbmc/phosphor-ipmi-blobs/ |
| H A D | README.md | 43 [openbmc oen](https://github.com/openbmc/phosphor-host-ipmid/blob/194375f2676715a0e0697bab63234a4ef…
|