| /OK3568_Linux_fs/u-boot/lib/ |
| H A D | gunzip.c | 114 u32 expected_crc, in gzwrite_progress_finish() argument 124 expected_crc, calculated_crc); in gzwrite_progress_finish() 141 u32 expected_crc; in gzwrite() local 187 memcpy(&expected_crc, src + len - 8, sizeof(expected_crc)); in gzwrite() 188 expected_crc = le32_to_cpu(expected_crc); in gzwrite() 269 (crc != expected_crc)) in gzwrite() 276 expected_crc, crc); in gzwrite()
|
| /OK3568_Linux_fs/u-boot/test/py/tests/ |
| H A D | test_net.py | 160 expected_crc = f.get('crc32', None) 161 if not expected_crc: 168 assert expected_crc in output 200 expected_crc = f.get('crc32', None) 201 if not expected_crc: 208 assert expected_crc in output
|
| H A D | test_efi_loader.py | 132 expected_crc = f.get('crc32', None) 133 if not expected_crc: 140 assert expected_crc in output
|
| /OK3568_Linux_fs/kernel/arch/mips/bcm63xx/ |
| H A D | nvram.c | 29 u32 crc, expected_crc; in bcm63xx_nvram_init() local 36 if (bcm963xx_nvram_checksum(&nvram, &expected_crc, &crc)) in bcm63xx_nvram_init() 38 expected_crc, crc); in bcm63xx_nvram_init()
|
| /OK3568_Linux_fs/kernel/drivers/mtd/parsers/ |
| H A D | bcm63xxpart.c | 54 u32 actual_crc, expected_crc; in bcm63xx_read_nvram() local 64 ret = bcm963xx_nvram_checksum(nvram, &expected_crc, &actual_crc); in bcm63xx_read_nvram() 67 expected_crc, actual_crc); in bcm63xx_read_nvram()
|
| /OK3568_Linux_fs/kernel/fs/erofs/ |
| H A D | super.c | 56 u32 expected_crc, crc; in erofs_superblock_csum_verify() local 63 expected_crc = le32_to_cpu(dsb->checksum); in erofs_superblock_csum_verify() 69 if (crc != expected_crc) { in erofs_superblock_csum_verify() 71 crc, expected_crc); in erofs_superblock_csum_verify()
|
| /OK3568_Linux_fs/kernel/drivers/media/dvb-core/ |
| H A D | dvb_net.c | 647 u32 ule_crc, u32 expected_crc) in dvb_net_ule_check_crc() argument 651 if (ule_crc != expected_crc) { in dvb_net_ule_check_crc() 653 h->priv->ts_count, ule_crc, expected_crc, in dvb_net_ule_check_crc() 829 u32 ule_crc = ~0L, expected_crc; in dvb_net_ule() local 838 expected_crc = *(tail - 4) << 24 | in dvb_net_ule() 843 dvb_net_ule_check_crc(&h, iov, ule_crc, expected_crc); in dvb_net_ule()
|
| /OK3568_Linux_fs/kernel/drivers/bcma/ |
| H A D | sprom.c | 145 u8 expected_crc; in bcma_sprom_check_crc() local 150 expected_crc = tmp >> SSB_SPROM_REVISION_CRC_SHIFT; in bcma_sprom_check_crc() 151 if (crc != expected_crc) in bcma_sprom_check_crc()
|
| /OK3568_Linux_fs/kernel/drivers/ssb/ |
| H A D | pci.c | 259 u8 expected_crc; in sprom_check_crc() local 264 expected_crc = tmp >> SSB_SPROM_REVISION_CRC_SHIFT; in sprom_check_crc() 265 if (crc != expected_crc) in sprom_check_crc()
|
| /OK3568_Linux_fs/u-boot/include/ |
| H A D | common.h | 661 u32 expected_crc,
|
| /OK3568_Linux_fs/kernel/drivers/md/ |
| H A D | raid5-cache.c | 2966 u32 stored_crc, expected_crc; in r5l_load_log() local 2990 expected_crc = crc32c_le(log->uuid_checksum, mb, PAGE_SIZE); in r5l_load_log() 2991 if (stored_crc != expected_crc) { in r5l_load_log()
|