Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dlattice.c181 signed char cIndex = 0; in ispVM() local
201 for (cIndex = 0; cIndex < 8; cIndex++) in ispVM()
202 szFileVersion[cIndex] = GetByte(); in ispVM()
207 for (cIndex = 1; cIndex < 8; cIndex++) in ispVM()
208 szFileVersion[cIndex] = GetByte(); in ispVM()
221 for (cIndex = 0; cIndex < 8; cIndex++) { in ispVM()
222 if (szFileVersion[cIndex] != in ispVM()
223 g_szSupportedVersions[cVersionIndex][cIndex]) { in ispVM()
H A Divm_core.c598 signed char cIndex = 0; in ispVMDataSize() local
599 cIndex = 0; in ispVMDataSize()
601 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()
602 cIndex += 7; in ispVMDataSize()
604 iSize |= ((long int) (cCurrentByte & 0x7F)) << cIndex; in ispVMDataSize()