Home
last modified time | relevance | path

Searched refs:of_size (Results 1 – 6 of 6) sorted by relevance

/OK3568_Linux_fs/u-boot/common/
H A Dimage-fdt.c240 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size) in boot_relocate_fdt() argument
250 if (*of_size == 0) in boot_relocate_fdt()
260 of_len = *of_size + CONFIG_SYS_FDT_PAD; in boot_relocate_fdt()
310 fdt_blob, fdt_blob + *of_size - 1, of_len, of_len); in boot_relocate_fdt()
324 *of_size = of_len; in boot_relocate_fdt()
358 bootm_headers_t *images, char **of_flat_tree, ulong *of_size) in boot_get_fdt() argument
378 *of_size = 0; in boot_get_fdt()
556 *of_size = fdt_totalsize(fdt_blob); in boot_get_fdt()
558 (ulong)*of_flat_tree, *of_size); in boot_get_fdt()
566 *of_size = 0; in boot_get_fdt()
[all …]
H A Dbootm_os.c268 ulong of_size = images->ft_len; in do_bootvx_fdt() local
275 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in do_bootvx_fdt()
H A Dimage.c1509 ulong of_size = images->ft_len; in image_setup_linux() local
1527 ret = boot_relocate_fdt(lmb, of_flat_tree, &of_size); in image_setup_linux()
1532 if (IMAGE_ENABLE_OF_LIBFDT && of_size) { in image_setup_linux()
1533 ret = image_setup_libfdt(images, *of_flat_tree, of_size, lmb); in image_setup_linux()
/OK3568_Linux_fs/u-boot/arch/powerpc/lib/
H A Dbootm.c176 ulong of_size = images->ft_len; in boot_cmdline_linux() local
183 if (!of_size) { in boot_cmdline_linux()
197 ulong of_size = images->ft_len; in boot_bd_t_linux() local
203 if (!of_size) { in boot_bd_t_linux()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/nouveau/nvkm/subdev/bios/
H A Dshadowof.c46 of_size(void *data) in of_size() function
75 .size = of_size,
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h704 char **of_flat_tree, ulong *of_size);
712 int boot_relocate_fdt(struct lmb *lmb, char **of_flat_tree, ulong *of_size);
881 int of_size, struct lmb *lmb);