Searched refs:__cpu_to_be16 (Results 1 - 4 of 4) sorted by relevance

/u-boot/include/linux/byteorder/
H A Dgeneric.h96 #define cpu_to_be16 __cpu_to_be16
135 #define ___htons(x) __cpu_to_be16(x)
H A Dbig_endian.h42 #define __cpu_to_be16(x) ((__force __be16)(__u16)(x)) macro
H A Dlittle_endian.h42 #define __cpu_to_be16(x) ((__force __be16)__swab16((x))) macro
/u-boot/drivers/tpm/
H A Dtpm_tis_sandbox.c111 pub.pcr_info_read.pcr_selection.size_of_select = __cpu_to_be16(

Completed in 91 milliseconds