Searched defs:le16_to_cpu (Results 1 – 9 of 9) sorted by relevance
46 #define le16_to_cpu __le16_to_cpu macro111 #define le16_to_cpu swab16 macro129 #define le16_to_cpu(x) (x) macro
81 # define le16_to_cpu(v) ((__force u16)(__le16)(v)) macro88 # define le16_to_cpu(v) (__builtin_bswap16((__force u16)(v))) macro
25 #define le16_to_cpu(x) (x) macro32 #define le16_to_cpu(x) bswap_16(x) macro
16 #define le16_to_cpu(x) ((uint16_t)(x)) macro29 #define le16_to_cpu(x) swab16(x) macro
72 #define le16_to_cpu(x) ((__u16)(x)) macro81 #define le16_to_cpu(x) (__builtin_bswap16(x)) macro
55 #define le16_to_cpu(x) (x) macro
27 #define le16_to_cpu(x) ext2fs_le16_to_cpu(x) macro
31 #define le16_to_cpu(x) ((uint16_t)cpu_to_le16(x)) macro
222 #define le16_to_cpu(x) ((uint16_t)(x)) macro230 #define le16_to_cpu(x) bswap_16(x) macro