Home
last modified time | relevance | path

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

/external/u-boot/tools/
Dzynqmpimage.c80 checksum += le32_to_cpu(ptr->total_pfw_image_length); in zynqmpimage_checksum()
115 ptr->total_pfw_image_length = 0x0; in zynqmpimage_default_header()
227 zynqhdr->total_pfw_image_length)); in zynqmpimage_print_header()
348 zynqhdr->total_pfw_image_length = zynqhdr->pfw_image_length; in zynqmpimage_pmufw()
351 zynqhdr->image_stored_size -= zynqhdr->total_pfw_image_length; in zynqmpimage_pmufw()
Dzynqmpimage.h123 uint32_t total_pfw_image_length; /* 0x38 */ member
Dzynqmpbif.c313 bif_output.header->total_pfw_image_length = cpu_to_le32(len); in bif_add_pmufw()