Home
last modified time | relevance | path

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

/u-boot/test/lib/
A Dtest_crc8.c19 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 Dcrc8.c28 unsigned int crc8(unsigned int crc, const unsigned char *vptr, int len) in crc8() function
A DMakefile37 obj-y += crc8.o
65 obj-$(CONFIG_$(SPL_TPL_)CRC8) += crc8.o
/u-boot/boot/
A Dvbe_simple.c27 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 Dgen_ethaddr_crc.c43 printf("%.2x\n", crc8(0, ethaddr, ARP_HLEN)); in process_mac()
A DMakefile57 gen_ethaddr_crc-objs := gen_ethaddr_crc.o lib/crc8.o
/u-boot/include/u-boot/
A Dcrc.h26 unsigned int crc8(unsigned int crc_start, const unsigned char *vptr, int len);
/u-boot/test/boot/
A Dbootstd_common.c50 buf[0] = crc8(0, buf + 1, 0x3f); in bootstd_setup_for_tests()
/u-boot/test/
A Dtest-main.c95 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 Dtheadorable.c323 i2c_buf[7] = crc8(0x72, &i2c_buf[0], 7); in board_late_init()

Completed in 16 milliseconds