Searched refs:load64 (Results 1 – 1 of 1) sorted by relevance
804 uint64_t load64 = 0; in fit_image_get_address() local815 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