Home
last modified time | relevance | path

Searched refs:crc32 (Results 1 - 18 of 18) sorted by relevance

/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/include/
H A Dmsf.h38 uint32 crc32; member
46 uint32 crc32; member
H A Dtrxhdr.h64 uint32 crc32; /* 32-bit CRC from flag_version to end of file */ member
/device/soc/rockchip/common/vendor/drivers/rockchip/
H A Drockchip-cpuinfo.c14 #include <linux/crc32.h>
93 system_serial_low = crc32(0, buf, 0x8); in rockchip_cpuinfo_probe()
94 system_serial_high = crc32(system_serial_low, buf + 0x8, 0x8); in rockchip_cpuinfo_probe()
/device/soc/rockchip/rk3588/kernel/drivers/soc/rockchip/
H A Drockchip-cpuinfo.c14 #include <linux/crc32.h>
87 system_serial_low = crc32(0, buf, 8); in rockchip_cpuinfo_probe()
88 system_serial_high = crc32(system_serial_low, buf + 8, 8); in rockchip_cpuinfo_probe()
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/loaderboot/
H A Dmodule_config.mk1 loaderboot_srcs = startup common common/crc32 common/nvm common/partition_table drivers/lsadc drivers/flash drivers/efuse secure
2 loaderboot_common_srcs = ../commonboot/crc32 ../commonboot/efuse ../commonboot/flash
H A DMakefile25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \
/device/soc/hisilicon/hi3861v100/sdk_liteos/boot/flashboot/
H A Dmodule_config.mk1 boot_srcs = startup drivers/lsadc drivers/flash drivers/efuse drivers/gpio drivers/io common/crc32 common/nvm common/partition_table upg lib/lzma lzmaram secure
2 boot_common_srcs = ../commonboot/crc32 ../commonboot/efuse ../commonboot/flash
H A DMakefile25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/tools/nvtool/
H A Dbuild_nv.py35 from zlib import crc32 namespace
130 nv_item_bin[nv_len:] = struct.pack('<L', crc32(src_bin))
239 #计算整区的crc32
240 nv_file_st.crc = crc32(nv_file_Bin[8:g_nv_env.flash_size])
/device/soc/hisilicon/hi3861v100/sdk_liteos/tools/nvtool/
H A Dbuild_nv.py35 from zlib import crc32 namespace
130 nv_item_bin[nv_len:] = struct.pack('<L', crc32(src_bin))
239 #计算整区的crc32
240 nv_file_st.crc = crc32(nv_file_Bin[8:g_nv_env.flash_size])
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/
H A Ddbus.c718 hdr->crc32 = hndcrc32((uint8 *)&hdr->flag_version, in dbus_get_fw_nvram()
724 hdr->crc32 = hndcrc32((uint8 *)&dhd_bus->image[i], 1, hdr->crc32); in dbus_get_fw_nvram()
725 hdr->crc32 = htol32(hdr->crc32); in dbus_get_fw_nvram()
898 hdr->crc32 = hndcrc32((uint8 *)&hdr->flag_version, in dbus_get_nvram()
904 hdr->crc32 = hndcrc32((uint8 *)&dhd_bus->image[i], 1, hdr->crc32); in dbus_get_nvram()
905 hdr->crc32 = htol32(hdr->crc32); in dbus_get_nvram()
[all...]
H A Ddhd.h620 uint32 crc32; member
H A Dbcmutils.c2888 crcr = crc32(buf + j*CBUFSIZ + l, len[j], CRC32_INIT_VALUE); in testcrc32()
/device/soc/hisilicon/hi3516dv300/sdk_linux/sample/taurus/ai_sample/interconnection_server/
H A Dhisignalling.c442 * crc32校验
443 * crc32 Verification implementation
457 static unsigned int crc32(const unsigned char *buf, unsigned int size) in crc32() function
488 crcCheckSend = crc32(hisignallingDataBuf, (DataPackLen + HISIGNALLING_MSG_HEADER_TAIL_LEN)); in HisignallingDataPackage()
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/boot/flashboot/
H A DMakefile25 OBJ_SRCS += $(MAIN_TOPDIR)/third_party/u-boot-v2019.07/u-boot-v2019.07/lib/crc32.c \
/device/soc/rockchip/rk3588/kernel/drivers/net/ethernet/realtek/r8168/
H A Dr8168_asf.c44 #include <linux/crc32.h>
H A Dr8168_n.c51 #include <linux/crc32.h>
[all...]
/device/soc/rockchip/common/sdk_linux/fs/ubifs/
H A Drecovery.c38 #include <linux/crc32.h>
1503 crc = crc32(UBIFS_CRC32_INIT, (void *)ino + RECOVERY_EIGHT, len - RECOVERY_EIGHT); in fix_size_in_place()

Completed in 51 milliseconds