Searched refs:crc8 (Results 1 – 8 of 8) sorted by relevance
| /rk3399_rockchip-uboot/drivers/tpm/ |
| H A D | tpm_tis_sandbox.c | 34 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 D | crc8.h | 22 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
|
| /rk3399_rockchip-uboot/lib/ |
| H A D | crc8.c | 24 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() function
|
| H A D | Makefile | 22 obj-y += crc8.o
|
| /rk3399_rockchip-uboot/include/u-boot/ |
| H A D | crc.h | 13 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
|
| /rk3399_rockchip-uboot/tools/ |
| H A D | gen_ethaddr_crc.c | 44 printf("%.2x\n", crc8(0, ethaddr, ARP_HLEN)); in process_mac()
|
| H A D | Makefile | 45 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o
|
| /rk3399_rockchip-uboot/board/theadorable/ |
| H A D | theadorable.c | 273 i2c_buf[7] = crc8(0x72, &i2c_buf[0], 7); in board_late_init()
|