Searched refs:IH_COMP_ZIMAGE (Results 1 – 5 of 5) sorted by relevance
329 [IH_COMP_ZIMAGE]= "ZIMAGE", in print_decomp_msg()383 return IH_COMP_ZIMAGE; in bootm_parse_comp()492 if (comp == IH_COMP_NONE || comp == IH_COMP_ZIMAGE) in bootm_decomp_image()
270 if (comp == IH_COMP_ZIMAGE) in sysmem_alloc_uncomp_kernel()310 [IH_COMP_ZIMAGE]= "ZIMAGE", in android_bootloader_boot_kernel()319 if (comp_type == IH_COMP_ZIMAGE && in android_bootloader_boot_kernel()
169 android_kernel_comp_type != IH_COMP_ZIMAGE) in android_image_get_kernel_addr()902 if (comp != IH_COMP_NONE && comp != IH_COMP_ZIMAGE) { in android_image_set_decomp()
201 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) { in spl_load_fit_image()252 if (image_comp != IH_COMP_NONE && image_comp != IH_COMP_ZIMAGE) in spl_load_fit_image()
296 IH_COMP_ZIMAGE, /* zImage Decompressed itself */ enumerator