Searched refs:crc_val (Results 1 - 3 of 3) sorted by relevance
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/common/nvm/ |
H A D | hi_nvm.c | 81 hi_u32 crc_val = 0; in nv_check_file() local 93 hi_crc32_nv(0, pdata + HNV_NCRC_SIZE, len - HNV_NCRC_SIZE, &crc_val); in nv_check_file() 95 if (nv_head->crc != crc_val) { in nv_check_file() 246 hi_u32 crc_val = 0; in nv_read_common() local 275 hi_crc32_nv(0, pdata, item_len, &crc_val); in nv_read_common() 276 if (crc != crc_val) { in nv_read_common()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/common/nvm/ |
H A D | hi_nvm.c | 81 hi_u32 crc_val = 0; in nv_check_file() local 93 hi_crc32_nv(0, pdata + HNV_NCRC_SIZE, len - HNV_NCRC_SIZE, &crc_val); in nv_check_file() 95 if (nv_head->crc != crc_val) { in nv_check_file() 248 hi_u32 crc_val = 0; in nv_read_common() local 277 hi_crc32_nv(0, pdata, item_len, &crc_val); in nv_read_common() 278 if (crc != crc_val) { in nv_read_common()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/include/ |
H A D | hi_crash.h | 266 hi_u32 crc_val : 16; /**< CRC16 calue of crash information.CNcomment:CRC16校验值.CNend */ member
|
Completed in 3 milliseconds