Home
last modified time | relevance | path

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

/u-boot/lib/
A Dcrc8.c28 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() function
A DMakefile33 obj-y += crc8.o
55 obj-y += crc8.o
/u-boot/drivers/tpm/
A Dtpm_tis_sandbox.c37 uint8_t crc8; member
279 rsk.crc8 = crc8(0, (unsigned char *)&rsk, in sandbox_tpm_xfer()
281 crc8)); in sandbox_tpm_xfer()
/u-boot/include/u-boot/
A Dcrc.h26 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
/u-boot/tools/
A Dgen_ethaddr_crc.c43 printf("%.2x\n", crc8(0, ethaddr, ARP_HLEN)); in process_mac()
A DMakefile43 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o
/u-boot/board/theadorable/
A Dtheadorable.c314 i2c_buf[7] = crc8(0x72, &i2c_buf[0], 7); in board_late_init()

Completed in 10 milliseconds