Home
last modified time | relevance | path

Searched defs:__swab16 (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/include/uapi/linux/
H A Dswab.h102 #define __swab16(x) (__u16)__builtin_bswap16((__u16)(x)) macro
104 #define __swab16(x) \ macro
/openbmc/u-boot/include/linux/byteorder/
H A Dswab.h80 # define __swab16(x) \ macro
93 # define __swab16(x) __fswab16(x) macro