Home
last modified time | relevance | path

Searched refs:crc16_ccitt (Results 1 – 7 of 7) sorted by relevance

/u-boot/lib/
A Dcrc16.c68 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 Dcrc.h29 uint16_t crc16_ccitt(uint16_t crc_start, const unsigned char *s, int len);
/u-boot/arch/arm/mach-meson/
A Dboard-common.c90 sid16 = crc16_ccitt(0, (unsigned char *)serial, SM_SERIAL_SIZE); in meson_generate_serial_ethaddr()
/u-boot/drivers/mmc/
A Dmmc_spi.c210 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 Daquantia.c204 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 DxyzModem.c383 cksum = crc16_ccitt(0, xyz.pkt, xyz.len); in xyzModem_get_hdr()
A Dhash.c169 *((uint16_t *)ctx) = crc16_ccitt(*((uint16_t *)ctx), buf, size); in hash_update_crc16_ccitt()

Completed in 14 milliseconds