Searched refs:unlockData (Results 1 – 5 of 5) sorted by relevance
| /openbmc/phosphor-power/tools/power-utils/ |
| H A D | updater.cpp | 378 uint8_t unlockData[12] = {0x45, 0x43, 0x44, 0x31, 0x36, 0x30, in doUpdate() local 381 static_assert(sizeof(unlockData) == 12); in doUpdate() 383 i2c->write(0xf0, sizeof(unlockData), unlockData); in doUpdate()
|
| H A D | aei_updater.cpp | 196 constexpr std::array<uint8_t, 4> unlockData = {0x61, 0x72, 0x74, in writeIspKey() local 203 i2cInterface->write(KEY_REGISTER, unlockData.size(), in writeIspKey() 204 unlockData.data()); in writeIspKey()
|
| /openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/ |
| H A D | mp5998.cpp | 16 static constexpr uint8_t unlockData = 0x00; variable 189 tbuf = buildByteVector(PMBusCmd::writeProtect, unlockData); in unlockWriteProtection()
|
| H A D | mp297x.cpp | 193 auto unlockData = isMTPMode ? unlockMTPProtect : unlockMemoryProtect; in unlockWriteProtect() local 203 tbuf = buildByteVector(PMBusCmd::writeProtect, unlockData); in unlockWriteProtect()
|
| /openbmc/openbmc/poky/bitbake/lib/layerindexlib/ |
| H A D | __init__.py | 644 def unlockData(self): member in LayerIndexObj 970 def unlockData(self): member in LayerIndexItemObj
|