Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dimage.h455 #define cpu_to_uimage(x) cpu_to_be32(x) macro
803 hdr->ih_##f = cpu_to_uimage(val); \
/openbmc/u-boot/tools/
H A Dmkimage.c478 size = cpu_to_uimage (sbuf.st_size); in main()
/openbmc/u-boot/common/
H A Dimage-fit.c1107 t = cpu_to_uimage(timestamp); in fit_set_timestamp()