Home
last modified time | relevance | path

Searched defs:be16_to_cpu (Results 1 – 6 of 6) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dof.h31 #define be16_to_cpu(x) swab16(x) macro
38 #define be16_to_cpu(x) (x) macro
/openbmc/linux/tools/include/linux/
H A Dkernel.h80 #define be16_to_cpu macro
93 #define be16_to_cpu bswap_16 macro
/openbmc/u-boot/include/
H A Dcompiler.h103 # define be16_to_cpu(x) uswap_16(x) macro
116 # define be16_to_cpu(x) (x) macro
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h97 #define be16_to_cpu __be16_to_cpu macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h97 #define be16_to_cpu __be16_to_cpu macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c134 #define be16_to_cpu(val) bswap_16(val) macro
149 #define be16_to_cpu(val) (val) macro