Home
last modified time | relevance | path

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

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

Completed in 4 milliseconds