Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/common/
H A Dimage-fit.c780 *(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()
/OK3568_Linux_fs/u-boot/include/
H A Dimage.h432 #define cpu_to_uimage(x) cpu_to_be32(x) macro
801 hdr->ih_##f = cpu_to_uimage(val); \
/OK3568_Linux_fs/u-boot/tools/
H A Dmkimage.c487 size = cpu_to_uimage (sbuf.st_size); in main()