Searched refs:cpu_to_uimage (Results 1 – 3 of 3) sorted by relevance
780 *(fdt32_t *)cell = cpu_to_uimage(addr >> (32 * cell_len)); in fit_image_set_address()1142 t = cpu_to_uimage(timestamp); in fit_set_timestamp()1160 t = cpu_to_uimage(totalsize); in fit_set_totalsize()1174 v = cpu_to_uimage(version); in fit_set_version()1189 *((uint32_t *)value) = cpu_to_uimage(*((uint32_t *)value)); in fit_calculate_hash()1243 *((uint32_t *)value) = cpu_to_uimage(*((uint32_t *)value)); in hw_fit_calculate_hash()
432 #define cpu_to_uimage(x) cpu_to_be32(x) macro801 hdr->ih_##f = cpu_to_uimage(val); \
487 size = cpu_to_uimage (sbuf.st_size); in main()