Home
last modified time | relevance | path

Searched defs:le16_to_cpu (Results 1 – 4 of 4) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dcompiler.h94 # define le16_to_cpu(x) (x) macro
107 # define le16_to_cpu(x) uswap_16(x) macro
H A Dusbdevice.h47 #define le16_to_cpu(x) (x) macro
/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dgeneric.h92 #define le16_to_cpu __le16_to_cpu macro
/rk3399_rockchip-uboot/tools/easylogo/
H A Deasylogo.c138 static inline unsigned short le16_to_cpu (unsigned short val) in le16_to_cpu() function