Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/tools/
H A Dzynqimage.c73 uint32_t width_detection; /* 0x20 */ member
98 checksum += le32_to_cpu(ptr->width_detection); in zynqimage_checksum()
120 ptr->width_detection = HEADER_WIDTHDETECTION; in zynqimage_default_header()
150 if (zynqhdr->width_detection != HEADER_WIDTHDETECTION) in zynqimage_verify_header()
H A Dzynqmpimage.c85 uint32_t width_detection; /* 0x20 */ member
112 checksum += le32_to_cpu(ptr->width_detection); in zynqmpimage_checksum()
134 ptr->width_detection = HEADER_WIDTHDETECTION; in zynqmpimage_default_header()
165 if (zynqhdr->width_detection != HEADER_WIDTHDETECTION) in zynqmpimage_verify_header()