Searched refs:stm32hdr_v23 (Results 1 – 1 of 1) sorted by relevance
135 struct stm32_header_v23 *stm32hdr_v23 = (struct stm32_header_v23 *)ptr; in stm32image_print_header() local137 if (stm32hdr_v23->header_version[VER_MINOR] == HEADER_SUBVERSION_VX_3) { in stm32image_print_header()139 stm32hdr_v23->header_version[VER_MAJOR], in stm32image_print_header()140 stm32hdr_v23->header_version[VER_MINOR]); in stm32image_print_header()142 (unsigned long)__le32_to_cpu(stm32hdr_v23->image_length)); in stm32image_print_header()144 __le32_to_cpu(stm32hdr_v23->load_address)); in stm32image_print_header()146 __le32_to_cpu(stm32hdr_v23->image_entry_point)); in stm32image_print_header()148 __le32_to_cpu(stm32hdr_v23->image_checksum)); in stm32image_print_header()150 __le32_to_cpu(stm32hdr_v23->extension_flags)); in stm32image_print_header()152 __le32_to_cpu(stm32hdr_v23->version_number)); in stm32image_print_header()[all …]