Home
last modified time | relevance | path

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

/openbmc/phosphor-power/tools/power-utils/
H A Dupdater.cpp362 uint8_t unlockData[12] = {0x45, 0x43, 0x44, 0x31, 0x36, 0x30, in doUpdate()
365 static_assert(sizeof(unlockData) == 12); in doUpdate()
367 i2c->write(0xf0, sizeof(unlockData), unlockData); in doUpdate()
358 uint8_t unlockData[12] = {0x45, 0x43, 0x44, 0x31, 0x36, 0x30, doUpdate() local
H A Daei_updater.cpp197 constexpr std::array<uint8_t, 4> unlockData = {0x61, 0x72, 0x74, in writeIspMode()
204 i2cInterface->write(KEY_REGISTER, unlockData.size(), in writeIspMode()
205 unlockData.data()); in writeIspMode()
178 constexpr std::array<uint8_t, 4> unlockData = {0x61, 0x72, 0x74, writeIspKey() local
/openbmc/openbmc/poky/bitbake/lib/layerindexlib/
H A D__init__.py644 def unlockData(self): member in LayerIndexObj
970 def unlockData(self): member in LayerIndexItemObj