Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dzynqimage.c80 uint32_t image_stored_size; /* 0x40 */ member
105 checksum += le32_to_cpu(ptr->image_stored_size); in zynqimage_checksum()
175 (unsigned long)le32_to_cpu(zynqhdr->image_stored_size)); in zynqimage_print_header()
278 zynqhdr->image_stored_size = zynqhdr->image_size; in zynqimage_set_header()
H A Dzynqmpimage.c82 checksum += le32_to_cpu(ptr->image_stored_size); in zynqmpimage_checksum()
221 (unsigned long)le32_to_cpu(zynqhdr->image_stored_size)); in zynqmpimage_print_header()
351 zynqhdr->image_stored_size -= zynqhdr->total_pfw_image_length; in zynqmpimage_pmufw()
414 zynqhdr->image_stored_size = zynqhdr->image_size; in zynqmpimage_set_header()
H A Dzynqmpimage.h125 uint32_t image_stored_size; /* 0x40 */ member
H A Dzynqmpbif.c429 bif_output.header->image_stored_size = cpu_to_le32(len_padded); in bif_add_part()