Searched refs:crc8 (Results 1 – 10 of 10) sorted by relevance
| /u-boot/test/lib/ |
| A D | test_crc8.c | 19 actual1 = crc8(0, str, sizeof(str)); in lib_crc8() 21 actual2 = crc8(0, str, 7); in lib_crc8() 23 actual3 = crc8(actual2, str + 7, sizeof(str) - 7); in lib_crc8()
|
| /u-boot/lib/ |
| A D | crc8.c | 28 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() function
|
| A D | Makefile | 37 obj-y += crc8.o 65 obj-$(CONFIG_$(SPL_TPL_)CRC8) += crc8.o
|
| /u-boot/boot/ |
| A D | vbe_simple.c | 27 u8 crc8; member 83 crc = crc8(0, buf + 1, size - 1); in simple_read_nvdata() 84 if (crc != nvd->crc8) in simple_read_nvdata()
|
| /u-boot/tools/ |
| A D | gen_ethaddr_crc.c | 43 printf("%.2x\n", crc8(0, ethaddr, ARP_HLEN)); in process_mac()
|
| A D | Makefile | 57 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o
|
| /u-boot/include/u-boot/ |
| A D | crc.h | 26 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
|
| /u-boot/test/boot/ |
| A D | bootstd_common.c | 50 buf[0] = crc8(0, buf + 1, 0x3f); in bootstd_setup_for_tests()
|
| /u-boot/test/ |
| A D | test-main.c | 95 uts->fdt_chksum = crc8(0, gd->fdt_blob, in dm_test_pre_run() 124 chksum = crc8(0, gd->fdt_blob, fdt_totalsize(gd->fdt_blob)); in dm_test_post_run()
|
| /u-boot/board/theadorable/ |
| A D | theadorable.c | 323 i2c_buf[7] = crc8(0x72, &i2c_buf[0], 7); in board_late_init()
|
Completed in 16 milliseconds