Searched refs:crc16_ccitt (Results 1 – 4 of 4) sorted by relevance
/external/u-boot/include/ |
D | crc.h | 41 uint16_t crc16_ccitt(uint16_t crc_start, unsigned char *s, int len);
|
/external/u-boot/lib/ |
D | crc16.c | 63 uint16_t crc16_ccitt(uint16_t crc_start, unsigned char *buf, int len) in crc16_ccitt() function
|
/external/u-boot/drivers/mmc/ |
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()
|
/external/u-boot/common/ |
D | xyzModem.c | 381 cksum = crc16_ccitt(0, xyz.pkt, xyz.len); in xyzModem_get_hdr()
|