Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubi/
A Dcrc32.c435 u32 crc1, crc2; in test_step() local
441 if (crc2) in test_step()
443 crc2); in test_step()
447 crc2 = crc32_be(crc2, buf + i, len + 4 - i); in test_step()
448 if (crc2) in test_step()
459 crc1, crc2, bitrev32(crc2)); in test_step()
463 crc2); in test_step()
465 if (crc2) in test_step()
467 crc2); in test_step()
471 crc2 = crc32_le(crc2, buf + i, len + 4 - i); in test_step()
[all …]
/u-boot/common/
A DxyzModem.c47 unsigned char blk, cblk, crc1, crc2; member
361 res = CYGACC_COMM_IF_GETC_TIMEOUT (*xyz.__chan, (char *) &xyz.crc2); in xyzModem_get_hdr()
362 ZM_DEBUG (zm_save (xyz.crc2)); in xyzModem_get_hdr()
384 if (cksum != ((xyz.crc1 << 8) | xyz.crc2)) in xyzModem_get_hdr()
387 xyz.crc1, xyz.crc2, cksum & 0xFFFF)); in xyzModem_get_hdr()
/u-boot/test/py/tests/
A Dtest_sf.py182 crc2 = sf_read(u_boot_console, env__sf_config, sf_params)
184 assert crc1 == crc2, 'CRC32 of two successive read operation do not match'

Completed in 5 milliseconds