Searched refs:crc2 (Results 1 - 1 of 1) sorted by relevance

/netgear-R7800-V1.0.2.28/target/linux/at91/image/dfboot/src/
H A Dmain.c385 // volatile unsigned int crc1 = 0, crc2 = 0;
411 (unsigned int)SizeToDownload , (unsigned int *)&crc2);
421 if (crc1 != crc2) {
422 printf("DF CRC bad %x != %x\n",crc1,crc2);
551 unsigned int crc1 = 0, crc2 = 0; local
792 crc2 = 0;
794 pAT91->CRC32((const unsigned char *)AddressToDownload, SizeToDownload , &crc2);
800 if (crc1 != crc2)

Completed in 73 milliseconds