Home
last modified time | relevance | path

Searched refs:check_sum (Results 1 – 5 of 5) sorted by relevance

/external/u-boot/board/synopsys/axs10x/
Dheaderize-axs.py91 check_sum = calc_check_sum(uboot_bin_filename)
99 check_sum = (check_sum + jmpchk_sum) & 0xFF
108 file.write(check_sum.to_bytes(1, byteorder='little'))
/external/u-boot/tools/
Dmksunxiboot.c34 head_p->check_sum = cpu_to_le32(STAMP_VALUE); /* fill stamp */ in gen_check_sum()
42 head_p->check_sum = cpu_to_le32(sum); in gen_check_sum()
/external/u-boot/board/synopsys/hsdk/
Dheaderize-hsdk.py82 check_sum = calc_check_sum(uboot_bin_filename)
88 file.write(check_sum.to_bytes(1, byteorder='little'))
/external/u-boot/arch/arm/include/asm/arch-sunxi/
Dspl.h38 uint32_t check_sum; /* generated by PC */ member
/external/f2fs-tools/include/
Df2fs_fs.h750 __le32 check_sum; /* CRC32 for orphan inode block */ member
1025 __le32 check_sum; /* summary checksum */ member