Home
last modified time | relevance | path

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

/OK3568_Linux_fs/app/forlinx/quectelCM/
H A Dquectel-qmi-proxy.c56 static __inline uint32_t __bswap32(uint32_t __x) { in __bswap32() function
61 return (__bswap32(__x)+0ULL<<32) | (__bswap32(__x>>32)); in __bswap64()
67 #define htole32(x) __bswap32(x)
68 #define le32toh(x) __bswap32(x)
69 #define letoh32(x) __bswap32(x)
H A Dmbim-cm.c53 static __inline uint32_t __bswap32(uint32_t __x) { in __bswap32() function
58 return (__bswap32(__x)+0ULL<<32) | (__bswap32(__x>>32)); in __bswap64()
64 #define htole32(x) __bswap32(x)
65 #define le32toh(x) __bswap32(x)
66 #define letoh32(x) __bswap32(x)