Home
last modified time | relevance | path

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

/OK3568_Linux_fs/u-boot/include/
H A Dcompiler.h67 #define uswap_16(x) \ macro
97 # define cpu_to_be16(x) uswap_16(x)
100 # define be16_to_cpu(x) uswap_16(x)
104 # define cpu_to_le16(x) uswap_16(x)
107 # define le16_to_cpu(x) uswap_16(x)
/OK3568_Linux_fs/external/recovery/update_engine/
H A Dgpt.h48 #define uswap_16(x) \ macro
78 # define cpu_to_be16(x) uswap_16(x)
81 # define be16_to_cpu(x) uswap_16(x)
85 # define cpu_to_le16(x) uswap_16(x)
88 # define le16_to_cpu(x) uswap_16(x)
/OK3568_Linux_fs/external/rkupdate/
H A Dgpt.h32 #define uswap_16(x) \ macro
62 #define cpu_to_be16(x) uswap_16(x)
65 #define be16_to_cpu(x) uswap_16(x)
69 #define cpu_to_le16(x) uswap_16(x)
72 #define le16_to_cpu(x) uswap_16(x)