Home
last modified time | relevance | path

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

/external/u-boot/include/
Dimage.h428 #define cpu_to_uimage(x) cpu_to_be32(x) macro
776 hdr->ih_##f = cpu_to_uimage(val); \
/external/u-boot/common/
Dimage-fit.c1099 t = cpu_to_uimage(timestamp); in fit_set_timestamp()
1136 *((uint32_t *)value) = cpu_to_uimage(*((uint32_t *)value)); in calculate_hash()
/external/u-boot/tools/
Dmkimage.c477 size = cpu_to_uimage (sbuf.st_size); in main()