Home
last modified time | relevance | path

Searched refs:deviceIdLength (Results 1 – 2 of 2) sorted by relevance

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp2x6xx.cpp13 static constexpr size_t deviceIdLength = 4; variable
114 idLen = deviceIdLength; in checkId()
/openbmc/phosphor-bmc-code-mgmt/i2c-vr/isl69269/
H A Disl69269.cpp25 constexpr uint8_t deviceIdLength = 4; variable
230 uint8_t rLen = deviceIdLength + 1; in getDeviceId()
240 std::memcpy(deviceId, &rbuf[1], deviceIdLength); in getDeviceId()