Searched defs:crc (Results 1 - 25 of 83) sorted by relevance

1234

/u-boot/include/linux/
H A Dcrc7.h7 static inline u8 crc7_byte(u8 crc, u8 data) argument
H A Dcrc16.h24 static inline u16 crc16_byte(u16 crc, const u8 data) argument
/u-boot/lib/
H A Dcrc7.c57 u8 crc7(u8 crc, const u8 *buffer, size_t len) argument
H A Dcrc16.c55 u16 crc16(u16 crc, u8 const *buffer, size_t len) argument
H A Dcrc8.c26 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) argument
H A Dcrc16-ccitt.c77 uint16_t crc; local
H A Dcrc32c.c15 uint32_t crc32c_cal(uint32_t crc, const char *data, int length, argument
H A Dcrc32.c183 uint32_t __efi_runtime crc32_no_comp(uint32_t crc, const Bytef *buf, uInt len) argument
232 crc32(uint32_t crc, const Bytef *p, uInt len) argument
241 crc32_wd(uint32_t crc, const unsigned char *buf, uInt len, uInt chunk_sz) argument
268 uint32_t crc; local
[all...]
/u-boot/drivers/net/fm/
H A Dfdt.c27 uint32_t crc; local
/u-boot/tools/
H A Drenesas_spkgimage.h64 uint32_t crc; /* of this header */ member in struct:spkg_hdr
H A Denvcrc.c64 uint32_t crc; local
H A Dmkenvimage.c72 uint32_t crc, targetendian_crc; local
H A Dsfspl.c64 unsigned int crc = le32_to_cpu(hdr->crc32); local
138 unsigned int crc; local
/u-boot/fs/btrfs/crypto/
H A Dhash.c58 u32 crc; local
/u-boot/board/variscite/common/
H A Dimx9_eeprom.c148 u32 crc, crc_offset = offsetof(struct var_carrier_eeprom, crc); local
H A Dimx9_eeprom.h60 u32 crc; /* 10-0x0a - checksum */ member in struct:var_carrier_eeprom
/u-boot/env/
H A Deeprom.c30 ulong len, crc[2], crc_tmp; local
92 ulong crc, len, new; local
/u-boot/common/
H A Dddr_spd.c71 int crc, i; local
[all...]
/u-boot/board/phytec/common/
H A Dphytec_som_detection.c55 unsigned int crc; local
/u-boot/fs/jffs2/
H A Djffs2_private.h50 u32 crc = crc32_no_comp(0, (unsigned char *)node, sizeof(struct jffs2_unknown_node) - 4); local
/u-boot/drivers/mtd/ubi/
H A Dcrc32.c70 u32 crc32_le(u32 crc, unsigned char const *p, size_t len) argument
82 u32 crc32_le(u32 crc, unsigne argument
166 crc32_be(u32 crc, unsigned char const *p, size_t len) argument
180 crc32_be(u32 crc, unsigned char const *p, size_t len) argument
[all...]
/u-boot/drivers/fpga/
H A Dlattice.c186 unsigned short crc; local
/u-boot/boot/
H A Dvbe_simple.c60 uint hdr_ver, hdr_size, size, crc; local
/u-boot/drivers/w1-eeprom/
H A Dds2502.c41 u8 crc = 0; local
69 u8 crc; local
[all...]
/u-boot/include/cramfs/
H A Dcramfs_fs.h45 u32 crc; member in struct:cramfs_info

Completed in 286 milliseconds

1234