Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dmksunxiboot.c22 int gen_check_sum(struct boot_file_head *head_p) in gen_check_sum() argument
30 length = le32_to_cpu(head_p->length); in gen_check_sum()
33 buf = (uint32_t *)head_p; in gen_check_sum()
34 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()