Home
last modified time | relevance | path

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

/tools/
A Dzynqimage.c76 uint32_t image_offset; /* 0x30 */ member
101 checksum += le32_to_cpu(ptr->image_offset); in zynqimage_checksum()
172 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqimage_print_header()
275 zynqhdr->image_offset = in zynqimage_set_header()
A Dzynqmpimage.c78 checksum += le32_to_cpu(ptr->image_offset); in zynqmpimage_checksum()
273 printf("Image Offset : 0x%08x\n", le32_to_cpu(zynqhdr->image_offset)); in zynqmpimage_print_header()
448 zynqhdr->image_offset = in zynqmpimage_set_header()
A Dzynqmpbif.c302 if (bif_output.header->image_offset) { in bif_add_pmufw()
314 bif_output.header->image_offset = cpu_to_le32(bf->offset); in bif_add_pmufw()
356 parthdr.offset = cpu_to_le32(bif_output.header->image_offset); in bif_add_part()
358 bif_output.header->image_offset) / 4); in bif_add_part()
425 if (!bif_output.header->image_offset) in bif_add_part()
426 bif_output.header->image_offset = in bif_add_part()
A Dzynqmpimage.h129 uint32_t image_offset; /* 0x30 */ member

Completed in 8 milliseconds