Home
last modified time | relevance | path

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

/include/linux/byteorder/
A Dgeneric.h95 #define be32_to_cpu __be32_to_cpu
136 #define ___ntohl(x) __be32_to_cpu(x)
A Dbig_endian.h41 #define __be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro
A Dlittle_endian.h41 #define __be32_to_cpu(x) __swab32((__force __u32)(__be32)(x)) macro

Completed in 9 milliseconds