Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/drivers/tpm/
H A Dtpm_tis_sandbox.c34 uint8_t crc8; member
220 rsk.crc8 = crc8(0, (unsigned char *)&rsk, in sandbox_tpm_xfer()
222 crc8)); in sandbox_tpm_xfer()
/rk3399_rockchip-uboot/include/linux/
H A Dcrc8.h22 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
/rk3399_rockchip-uboot/lib/
H A Dcrc8.c24 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() function
H A DMakefile22 obj-y += crc8.o
/rk3399_rockchip-uboot/include/u-boot/
H A Dcrc.h13 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
/rk3399_rockchip-uboot/tools/
H A Dgen_ethaddr_crc.c44 printf("%.2x\n", crc8(0, ethaddr, ARP_HLEN)); in process_mac()
H A DMakefile45 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o
/rk3399_rockchip-uboot/board/theadorable/
H A Dtheadorable.c273 i2c_buf[7] = crc8(0x72, &i2c_buf[0], 7); in board_late_init()