Home
last modified time | relevance | path

Searched refs:uimage_to_cpu (Results 1 – 4 of 4) sorted by relevance

/u-boot/cmd/
A Dsource.c94 if ((len = uimage_to_cpu (*data)) == 0) { in image_source_script()
/u-boot/include/
A Dimage.h465 #define uimage_to_cpu(x) be32_to_cpu(x) macro
787 return uimage_to_cpu(hdr->ih_##f); \
/u-boot/common/
A Dimage.c321 *len = uimage_to_cpu(size[idx]); in image_multi_getimg()
327 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ; in image_multi_getimg()
A Dimage-fit.c634 *timestamp = uimage_to_cpu(*((uint32_t *)data)); in fit_get_timestamp()
815 load64 = (load64 << 32) | uimage_to_cpu(*cell); in fit_image_get_address()

Completed in 13 milliseconds