Searched refs:IH_COMP_LZ4 (Results 1 – 6 of 6) sorted by relevance
24 else if (comp == IH_COMP_LZ4) in decomp_set_flags()107 misc_decompress_sync(IH_COMP_LZ4); in misc_setup_default_sync()
328 [IH_COMP_LZ4] = "LZ4", in print_decomp_msg()387 return IH_COMP_LZ4; in bootm_parse_comp()475 case IH_COMP_LZ4: { in bootm_decomp_image()
272 else if (comp == IH_COMP_LZ4) in sysmem_alloc_uncomp_kernel()309 [IH_COMP_LZ4] = "LZ4", in android_bootloader_boot_kernel()
176 { IH_COMP_LZ4, "lz4", "lz4 compressed", },
460 err |= run_bootm_test(IH_COMP_LZ4, compress_using_lz4); in do_ut_image_decomp()
295 IH_COMP_LZ4, /* lz4 Compression Used */ enumerator