Home
last modified time | relevance | path

Searched refs:__be16_to_cpu (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dgeneric.h98 #define be16_to_cpu __be16_to_cpu
165 #define ___ntohs(x) __be16_to_cpu(x)
H A Dbig_endian.h43 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
H A Dlittle_endian.h43 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro