Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp5998.cpp123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId() local
127 auto productBytes = idBytes.subspan(1, 4); in checkId()
132 id = bytesToInt<uint32_t>(idBytes); in checkId()
H A Dmp2x6xx.cpp144 auto idBytes = std::span(rbuf).subspan(blockRead ? statusByteLength : 0); in checkId() local
145 uint32_t id = bytesToInt<uint32_t>(idBytes); in checkId()
H A Dmp297x.cpp123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId() local
124 auto id = bytesToInt<uint32_t>(idBytes); in checkId()