Home
last modified time | relevance | path

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

/openbmc/phosphor-host-postd/
H A Dmain.cpp143 const size_t fullPostPCCCount = codeSize / pccSize; in aspeedPCC() local
157 ((aspeedPCCBuffer.size() % fullPostPCCCount) << byteShift); in aspeedPCC()
176 if (aspeedPCCBuffer.size() < fullPostPCCCount) in aspeedPCC()
184 for (size_t i = fullPostPCCCount; i > 0; --i) in aspeedPCC()
189 aspeedPCCBuffer.begin() + fullPostPCCCount); in aspeedPCC()