Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dmksunxiboot.c23 int gen_check_sum(struct boot_file_head *head_p) in gen_check_sum() argument
31 length = le32_to_cpu(head_p->length); in gen_check_sum()
34 buf = (uint32_t *)head_p; in gen_check_sum()
35 head_p->check_sum = cpu_to_le32(STAMP_VALUE); /* fill stamp */ in gen_check_sum()
43 head_p->check_sum = cpu_to_le32(sum); in gen_check_sum()