Home
last modified time | relevance | path

Searched refs:__constant_ntohs (Results 1 – 2 of 2) sorted by relevance

/u-boot/include/linux/byteorder/
A Dlittle_endian.h19 #define __constant_ntohs(x) ___constant_swab16((__force __be16)(x)) macro
A Dbig_endian.h19 #define __constant_ntohs(x) ((__force __u16)(__be16)(x)) macro

Completed in 4 milliseconds