Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/cmd/
H A Ddisk.c89 cnt = fit_get_size(fit_hdr); in common_diskboot()
H A Dbootm.c502 len = fit_get_size(buffer); in do_imls_nand()
H A Dfdc.c707 imsize = fit_get_size (fit_hdr); in do_fdcboot()
H A Dnand.c900 cnt = fit_get_size (fit_hdr); in nand_load_image()
/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c2255 image_end = addr + fit_get_size(fit); in fit_image_load_index()
2375 image_end = addr + fit_get_size(fit); in boot_get_fdt_fit()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h981 static inline ulong fit_get_size(const void *fit) in fit_get_size() function