Home
last modified time | relevance | path

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

/u-boot/include/linux/byteorder/
A Dlittle_endian.h29 #define __constant_be32_to_cpu(x) ___constant_swab32((__force __u32)(__be32)(x)) macro
A Dbig_endian.h29 #define __constant_be32_to_cpu(x) ((__force __u32)(__be32)(x)) macro

Completed in 3 milliseconds