__be32_to_cpu
#define be32_to_cpu(x) (u32)__be32_to_cpu((u32)(x))
#define be32_to_cpup(x) (u32)__be32_to_cpu(*(const u32*)(x))
#define sbe32_to_cpu(x) (s32)__be32_to_cpu((s32)(x))
#define sbe32_to_cpup(x) (s32)__be32_to_cpu(*(s32*)(x))