Home
last modified time | relevance | path

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

/include/linux/byteorder/
A Dgeneric.h97 #define be16_to_cpu __be16_to_cpu
137 #define ___ntohs(x) __be16_to_cpu(x)
A Dbig_endian.h43 #define __be16_to_cpu(x) ((__force __u16)(__be16)(x)) macro
A Dlittle_endian.h43 #define __be16_to_cpu(x) __swab16((__force __u16)(__be16)(x)) macro

Completed in 7 milliseconds