Searched refs:comp_type (Results 1 - 7 of 7) sorted by relevance

/u-boot/fs/squashfs/
H A Dsqfs_decompressor.c34 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); local
36 switch (comp_type) {
66 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); local
68 switch (comp_type) {
128 u16 comp_type = get_unaligned_le16(&ctxt->sblk->compression); local
131 switch (comp_type) {
/u-boot/test/
H A Dcompression.c526 * @comp_type: Compression type to test
530 static int run_bootm_test(struct unit_test_state *uts, int comp_type, argument
541 printf("Testing: %s\n", genimg_get_comp_name(comp_type));
546 err = image_decomp(comp_type, load_addr, image_start,
551 err = image_decomp(comp_type, load_addr, image_start,
558 if (comp_type == IH_COMP_NONE)
562 err = image_decomp(comp_type, load_addr, image_start,
/u-boot/drivers/i2c/
H A Ddesignware_i2c.c784 uint comp_type;
786 comp_type = readl(&priv->regs->comp_type);
787 if (comp_type != DW_I2C_COMP_TYPE) {
789 comp_type);
H A Ddesignware_i2c.h62 u32 comp_type; member in struct:i2c_regs
/u-boot/arch/arm/mach-k3/r5/
H A Dsysfw-loader.c53 u32 comp_type; member in struct:extboot_comp
229 comp->comp_type = COMP_TYPE_SBL_DATA;
/u-boot/boot/
H A Dimage.c416 * @comp_type: Compression type being used (IH_COMP_...)
420 static void print_decomp_msg(int comp_type, int type, bool is_xip, argument
426 if (comp_type == IH_COMP_NONE)
H A Dbootm.c584 * @comp_type: Compression type being used (IH_COMP_...)
590 static int handle_decomp_error(int comp_type, size_t uncomp_size, argument
593 const char *name = genimg_get_comp_name(comp_type);

Completed in 164 milliseconds