Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/fpga/
H A Dlattice.c22 static unsigned short expectedCRC; variable
169 if (expectedCRC != 0) { in GetByte()
192 expectedCRC = 0; in ispVM()
199 expectedCRC = crc; in ispVM()
249 if (cRetCode == 0 && expectedCRC != 0 && in ispVM()
250 (expectedCRC != g_usCalculatedCRC)) { in ispVM()
251 printf("Expected CRC: 0x%.4X\n", expectedCRC); in ispVM()