Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/linux/byteorder/
H A Dswab.h120 static __inline__ void __swab32s(__u32 *addr) in __swab32s() function
152 #define swab32s __swab32s
H A Dbig_endian.h95 #define __cpu_to_le32s(x) __swab32s((x))
96 #define __le32_to_cpus(x) __swab32s((x))
H A Dlittle_endian.h101 #define __cpu_to_be32s(x) __swab32s((x))
102 #define __be32_to_cpus(x) __swab32s((x))