Searched refs:crc16_ccitt (Results 1 – 4 of 4) sorted by relevance
| /rk3399_rockchip-uboot/include/ |
| H A D | crc.h | 41 uint16_t crc16_ccitt(uint16_t crc_start, unsigned char *s, int len);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | crc16.c | 64 uint16_t crc16_ccitt(uint16_t crc_start, unsigned char *buf, int len) in crc16_ccitt() function
|
| /rk3399_rockchip-uboot/drivers/mmc/ |
| H A D | mmc_spi.c | 95 if (be_to_cpu16(crc16_ccitt(0, buf, bsize)) != crc) { in mmc_spi_readdata() 124 crc = cpu_to_be16(crc16_ccitt(0, (u8 *)buf, bsize)); in mmc_spi_writedata()
|
| /rk3399_rockchip-uboot/common/ |
| H A D | xyzModem.c | 382 cksum = crc16_ccitt(0, xyz.pkt, xyz.len); in xyzModem_get_hdr()
|