Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcompiler.h70 #define uswap_32(x) \ macro
98 # define cpu_to_be32(x) uswap_32(x)
101 # define be32_to_cpu(x) uswap_32(x)
105 # define cpu_to_le32(x) uswap_32(x)
108 # define le32_to_cpu(x) uswap_32(x)
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h51 #define uswap_32(x) \ macro
79 # define cpu_to_be32(x) uswap_32(x)
82 # define be32_to_cpu(x) uswap_32(x)
86 # define cpu_to_le32(x) uswap_32(x)
89 # define le32_to_cpu(x) uswap_32(x)
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h35 #define uswap_32(x) \ macro
63 #define cpu_to_be32(x) uswap_32(x)
66 #define be32_to_cpu(x) uswap_32(x)
70 #define cpu_to_le32(x) uswap_32(x)
73 #define le32_to_cpu(x) uswap_32(x)