Searched refs:IH_MAGIC (Results 1 – 7 of 7) sorted by relevance
57 if (be32_to_cpu(hdr->ih_magic) != IH_MAGIC) { in image_verify_header()119 image_set_magic(hdr, IH_MAGIC); in image_set_header()
32 if (image_get_magic(header) != IH_MAGIC) { in do_mon_install()
207 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro
653 if (hdr->ih_magic != IH_MAGIC) in load_uboot_image()
34 if (image_get_magic(header) != IH_MAGIC) in spi_load_image_os()
243 if (image_get_magic(header) == IH_MAGIC) { in spl_parse_image_header()
327 #define IH_MAGIC 0x27051956 /* Image Magic Number */ macro845 return (image_get_magic(hdr) == IH_MAGIC); in image_check_magic()