Home
last modified time | relevance | path

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

/openbmc/u-boot/cmd/
H A Dsource.c93 if ((len = uimage_to_cpu (*data)) == 0) { in source()
/openbmc/u-boot/include/
H A Dimage.h454 #define uimage_to_cpu(x) be32_to_cpu(x) macro
745 return uimage_to_cpu(hdr->ih_##f); \
/openbmc/u-boot/common/
H A Dimage.c289 *len = uimage_to_cpu(size[idx]); in image_multi_getimg()
295 offset += (uimage_to_cpu(size[i]) + 3) & ~3 ; in image_multi_getimg()
H A Dimage-fit.c612 *timestamp = uimage_to_cpu(*((uint32_t *)data)); in fit_get_timestamp()
798 load64 = (load64 << 32) | uimage_to_cpu(*cell); in fit_image_get_address()