Home
last modified time | relevance | path

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

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

Completed in 5 milliseconds