Searched refs:crc16_ccitt (Results 1 – 7 of 7) sorted by relevance
/u-boot/lib/ |
A D | crc16.c | 68 uint16_t crc16_ccitt(uint16_t cksum, const unsigned char *buf, int len) in crc16_ccitt() function 81 crc = crc16_ccitt(0, in, len); in crc16_ccitt_wd_buf()
|
/u-boot/include/u-boot/ |
A D | crc.h | 29 uint16_t crc16_ccitt(uint16_t crc_start, const unsigned char *s, int len);
|
/u-boot/arch/arm/mach-meson/ |
A D | board-common.c | 90 sid16 = crc16_ccitt(0, (unsigned char *)serial, SM_SERIAL_SIZE); in meson_generate_serial_ethaddr()
|
/u-boot/drivers/mmc/ |
A D | mmc_spi.c | 210 u16 crc_ok = be16_to_cpu(crc16_ccitt(0, buf, bsize)); in mmc_spi_readdata() 257 crc = cpu_to_be16(crc16_ccitt(0, (u8 *)buf, bsize)); in mmc_spi_writedata()
|
/u-boot/drivers/net/phy/ |
A D | aquantia.c | 204 crc = crc16_ccitt(crc, (u8 *)&word, sizeof(word)); in aquantia_load_memory() 236 calculated_crc = crc16_ccitt(0, addr, fw_length - 2); in aquantia_upload_firmware()
|
/u-boot/common/ |
A D | xyzModem.c | 383 cksum = crc16_ccitt(0, xyz.pkt, xyz.len); in xyzModem_get_hdr()
|
A D | hash.c | 169 *((uint16_t *)ctx) = crc16_ccitt(*((uint16_t *)ctx), buf, size); in hash_update_crc16_ccitt()
|
Completed in 14 milliseconds