Searched defs:le32_to_cpu (Results 1 - 2 of 2) sorted by relevance

/u-boot/include/
H A Dcompiler.h102 # define le32_to_cpu(x) (x) macro
115 # define le32_to_cpu(x) uswap_32(x) macro
/u-boot/include/linux/byteorder/
H A Dgeneric.h89 #define le32_to_cpu __le32_to_cpu macro

Completed in 92 milliseconds