Searched refs:__le32_to_cpu (Results 1 – 2 of 2) sorted by relevance
/DragonStub/inc/dragonstub/linux/ | ||
H A D | byteorder.h | 92 #define le32_to_cpu __le32_to_cpu |
H A D | byteorder_little_endian.h | 35 #define __le32_to_cpu(x) ((__force __u32)(__le32)(x)) macro |