Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/mtd/ubi/
H A Dcrc32.c434 u32 crc1, crc2; in test_step() local
439 crc2 = crc32_be(init, buf, len + 4); in test_step()
440 if (crc2) in test_step()
442 crc2); in test_step()
445 crc2 = crc32_be(init, buf, i); in test_step()
446 crc2 = crc32_be(crc2, buf + i, len + 4 - i); in test_step()
447 if (crc2) in test_step()
448 printf("\nCRC split fail: 0x%08x\n", crc2); in test_step()
455 crc2 = bitrev32(crc1); in test_step()
456 if (crc1 != bitrev32(crc2)) in test_step()
[all …]
/rk3399_rockchip-uboot/common/
H A DxyzModem.c47 unsigned char blk, cblk, crc1, crc2; member
360 res = CYGACC_COMM_IF_GETC_TIMEOUT (*xyz.__chan, (char *) &xyz.crc2); in xyzModem_get_hdr()
361 ZM_DEBUG (zm_save (xyz.crc2)); in xyzModem_get_hdr()
383 if (cksum != ((xyz.crc1 << 8) | xyz.crc2)) in xyzModem_get_hdr()
386 xyz.crc1, xyz.crc2, cksum & 0xFFFF)); in xyzModem_get_hdr()
/rk3399_rockchip-uboot/drivers/video/drm/
H A Drockchip_spl_display.c227 if (crc_val != disp_info->crc2) { in rockchip_get_disp_info()
H A Drockchip_display.c221 if (crc_val != disp_info->crc2) { in rockchip_get_disp_info()
/rk3399_rockchip-uboot/include/
H A Dedid.h932 u32 crc2; member