Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dpmbus.hpp10 storeUserCode = 0x17, enumerator
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp2x6xx.hpp26 sdbusplus::async::task<bool> storeUserCode();
H A Dmp2x6xx.cpp278 if (!co_await storeUserCode()) in programConfigData()
312 sdbusplus::async::task<bool> MP2X6XX::storeUserCode() in storeUserCode() function in phosphor::software::VR::MP2X6XX
324 tbuf = buildByteVector(PMBusCmd::storeUserCode); in storeUserCode()
H A Dmp5998.cpp253 tbuf = buildByteVector(PMBusCmd::storeUserCode); in storeMTP()