Home
last modified time | relevance | path

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

/openbmc/u-boot/tools/
H A Dzynqimage.c72 uint32_t width_detection; /* 0x20 */ member
97 checksum += le32_to_cpu(ptr->width_detection); in zynqimage_checksum()
119 ptr->width_detection = HEADER_WIDTHDETECTION; in zynqimage_default_header()
155 if (zynqhdr->width_detection != HEADER_WIDTHDETECTION) in zynqimage_verify_header()
H A Dzynqmpimage.c74 checksum += le32_to_cpu(ptr->width_detection); in zynqmpimage_checksum()
96 ptr->width_detection = HEADER_WIDTHDETECTION; in zynqmpimage_default_header()
127 if (zynqhdr->width_detection != HEADER_WIDTHDETECTION) in zynqmpimage_verify_header()
H A Dzynqmpimage.h117 uint32_t width_detection; /* 0x20 */ member
H A Dzynqmpbif.c963 csum = zynqmp_csum(&bif_output.header->width_detection, in zynqmpbif_copy_image()