Home
last modified time | relevance | path

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

/u-boot/drivers/mtd/ubispl/
A Dubispl.c694 __be32 crc, tmp_crc; in ubi_scan_fastmap() local
818 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()
821 if (crc != tmp_crc) { in ubi_scan_fastmap()
823 ubi_err("CRC should be: 0x%x, calc: 0x%x", tmp_crc, crc); in ubi_scan_fastmap()
/u-boot/drivers/mtd/ubi/
A Dfastmap.c891 __be32 crc, tmp_crc; in ubi_scan_fastmap() local
1034 tmp_crc = be32_to_cpu(fmsb2->data_crc); in ubi_scan_fastmap()
1037 if (crc != tmp_crc) { in ubi_scan_fastmap()
1040 tmp_crc, crc); in ubi_scan_fastmap()

Completed in 6 milliseconds