Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/common/spl/
H A Dspl_boot_image.c293 size = fit_get_totalsize(buf, &size); in spl_load_fit()
/rk3399_rockchip-uboot/drivers/cpu/
H A Drockchip_amp.c479 if (fit_get_totalsize(hdr, &totalsize)) { in amp_cpus_on()
/rk3399_rockchip-uboot/arch/arm/mach-rockchip/
H A Dfit.c403 if (!fit_get_totalsize(fit, &size)) in fit_image_get_bootables_size()
/rk3399_rockchip-uboot/drivers/mtd/
H A Dmtd_blk.c174 if (fit_get_totalsize(fit, &totalsize)) in mtd_blk_map_fit()
/rk3399_rockchip-uboot/include/
H A Dimage.h1016 int fit_get_totalsize(const void *fit, int *totalsize);
/rk3399_rockchip-uboot/common/
H A Dimage-fit.c543 int fit_get_totalsize(const void *fit, int *totalsize) in fit_get_totalsize() function