Home
last modified time | relevance | path

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

/openbmc/phosphor-bmc-code-mgmt/i2c-vr/mps/
H A Dmp5998.cpp17 static constexpr size_t statusByteLength = 1; variable
100 bufferSize = statusByteLength + mfrIdLength; in checkId()
104 bufferSize = statusByteLength + mfrModelLength; in checkId()
123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId()
165 rbuf.resize(statusByteLength); in unlockPasswordProtection()
270 rbuf.resize(statusByteLength); in waitForMTPComplete()
H A Dmp297x.cpp14 static constexpr size_t statusByteLength = 1; variable
115 rbuf.resize(statusByteLength + idLength); in checkId()
123 auto idBytes = std::span(rbuf).subspan(statusByteLength); in checkId()
152 rbuf.resize(statusByteLength); in isPasswordUnlock()
175 std::vector<uint8_t> rbuf(statusByteLength); in unlockWriteProtect()
336 rbuf.resize(statusByteLength); in enableMTPPageWriteRead()
H A Dmp2x6xx.cpp15 static constexpr size_t statusByteLength = 1; variable
136 rbuf.resize(idLen + (blockRead ? statusByteLength : 0)); in checkId()
144 auto idBytes = std::span(rbuf).subspan(blockRead ? statusByteLength : 0); in checkId()
H A Dmpx9xx.cpp399 static constexpr size_t statusByteLength = 1; in getCRC() local
412 rbuf.resize(crcUserMultiDataLength + statusByteLength); in getCRC()
419 auto crcBytes = std::span(rbuf).subspan(statusByteLength); in getCRC()