Home
last modified time | relevance | path

Searched defs:cpu_to_be16 (Results 1 – 7 of 7) sorted by relevance

/openbmc/linux/arch/powerpc/boot/
H A Dof.h30 #define cpu_to_be16(x) swab16(x) macro
37 #define cpu_to_be16(x) (x) macro
/openbmc/linux/tools/include/linux/
H A Dkernel.h77 #define cpu_to_be16 macro
90 #define cpu_to_be16 bswap_16 macro
/openbmc/u-boot/include/
H A Dcompiler.h100 # define cpu_to_be16(x) uswap_16(x) macro
113 # define cpu_to_be16(x) (x) macro
/openbmc/linux/drivers/staging/fbtft/
H A Dfbtft-bus.c66 define_fbtft_write_reg(fbtft_write_reg16_bus8, __be16, u16, cpu_to_be16) in define_fbtft_write_reg() argument
/openbmc/u-boot/include/linux/byteorder/
H A Dgeneric.h96 #define cpu_to_be16 __cpu_to_be16 macro
/openbmc/linux/include/linux/byteorder/
H A Dgeneric.h96 #define cpu_to_be16 __cpu_to_be16 macro
/openbmc/linux/arch/mips/boot/tools/
H A Drelocs.c141 #define cpu_to_be16(val) bswap_16(val) macro
156 #define cpu_to_be16(val) (val) macro