Home
last modified time | relevance | path

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

/u-boot/common/
A Dimage-fit.c804 uint64_t load64 = 0; in fit_image_get_address() local
815 load64 = (load64 << 32) | uimage_to_cpu(*cell); in fit_image_get_address()
819 if (len > sizeof(ulong) && (uint32_t)(load64 >> 32)) { in fit_image_get_address()
824 *load = (ulong)load64; in fit_image_get_address()

Completed in 6 milliseconds