Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/drivers/fpga/
H A Dlattice.c23 static unsigned short expectedCRC; variable
170 if (expectedCRC != 0) { in GetByte()
193 expectedCRC = 0; in ispVM()
200 expectedCRC = crc; in ispVM()
250 if (cRetCode == 0 && expectedCRC != 0 && in ispVM()
251 (expectedCRC != g_usCalculatedCRC)) { in ispVM()
252 printf("Expected CRC: 0x%.4X\n", expectedCRC); in ispVM()