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.c525 * @comp_type: Compression type to test
529 static int run_bootm_test(struct unit_test_state *uts, int comp_type, argument
540 printf("Testing: %s\n", genimg_get_comp_name(comp_type));
545 err = image_decomp(comp_type, load_addr, image_start,
550 err = image_decomp(comp_type, load_addr, image_start,
557 if (comp_type == IH_COMP_NONE)
561 err = image_decomp(comp_type, load_addr, image_start,
/u-boot/drivers/i2c/
H A Ddesignware_i2c.c783 uint comp_type;
785 comp_type = readl(&priv->regs->comp_type);
786 if (comp_type != DW_I2C_COMP_TYPE) {
788 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.c415 * @comp_type: Compression type being used (IH_COMP_...)
419 static void print_decomp_msg(int comp_type, int type, bool is_xip, argument
425 if (comp_type == IH_COMP_NONE)
H A Dbootm.c583 * @comp_type: Compression type being used (IH_COMP_...)
589 static int handle_decomp_error(int comp_type, size_t uncomp_size, argument
592 const char *name = genimg_get_comp_name(comp_type);

Completed in 120 milliseconds