Searched refs:ft_len (Results 1 – 15 of 15) sorted by relevance
/openbmc/u-boot/arch/powerpc/lib/ |
H A D | bootm.c | 169 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_linux() 175 ulong of_size = images->ft_len; in boot_cmdline_linux() 196 ulong of_size = images->ft_len; in boot_bd_t_linux() 314 flush_cache((unsigned long)images->ft_addr, images->ft_len); in boot_prep_vxworks()
|
/openbmc/u-boot/arch/riscv/lib/ |
H A D | bootm.c | 66 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux() 95 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in boot_jump_linux()
|
/openbmc/u-boot/arch/mips/lib/ |
H A D | bootm.c | 249 &images->ft_len); in boot_reloc_fdt() 267 return image_setup_libfdt(images, images->ft_addr, images->ft_len, in boot_setup_fdt() 275 if (CONFIG_IS_ENABLED(MIPS_BOOT_FDT) && images->ft_len) { in boot_prep_linux() 313 if (images->ft_len) in boot_jump_linux()
|
/openbmc/u-boot/arch/nds32/lib/ |
H A D | bootm.c | 70 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in do_bootm_linux() 115 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in do_bootm_linux()
|
/openbmc/u-boot/arch/nios2/lib/ |
H A D | bootm.c | 20 if (images->ft_len) in do_bootm_linux()
|
/openbmc/u-boot/arch/microblaze/lib/ |
H A D | bootm.c | 39 if (images->ft_len) in do_bootm_linux()
|
/openbmc/u-boot/arch/arc/lib/ |
H A D | bootm.c | 89 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_jump_linux()
|
/openbmc/u-boot/arch/arm/lib/ |
H A D | bootm.c | 231 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) { in boot_prep_linux() 388 if (IMAGE_ENABLE_OF_LIBFDT && images->ft_len) in boot_jump_linux()
|
/openbmc/u-boot/arch/x86/lib/ |
H A D | bootm.c | 78 if (images->ft_len) { in boot_prep_linux()
|
/openbmc/u-boot/common/ |
H A D | bootm.c | 257 &images.ft_addr, &images.ft_len); in bootm_find_images() 639 ret = tcg2_measure_data(dev, &elog, 0, images->ft_len, in bootm_measure() 744 &images->ft_len); in do_bootm_states()
|
H A D | bootm_os.c | 268 ulong of_size = images->ft_len; in do_bootvx_fdt()
|
H A D | image.c | 1489 ulong of_size = images->ft_len; in image_setup_linux()
|
/openbmc/u-boot/include/ |
H A D | image.h | 401 ulong ft_len; /* length of flat device tree */ member
|
/openbmc/u-boot/board/synopsys/hsdk/ |
H A D | hsdk.c | 688 if (!IMAGE_ENABLE_OF_LIBFDT || !images->ft_len) { in board_prep_linux()
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | hideep.c | 115 __be16 ft_len; member
|