Home
last modified time | relevance | path

Searched defs:le32_to_cpu (Results 1 – 7 of 7) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h12 #define le32_to_cpu(x) __bswap_32(x) macro
H A Dlittle_bswap.h12 #define le32_to_cpu(x) (x) macro
H A Dtlan.c65 #define le32_to_cpu(val) (val) macro
/titanic_41/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c42 #define le32_to_cpu(x) cpu_to_le32(x) macro
/titanic_41/usr/src/uts/common/io/chxge/
H A Dglue.c456 le32_to_cpu(u32 data) in le32_to_cpu() function
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h137 #define le32_to_cpu(x) LE_32((uint32_t)(x)) macro
/titanic_41/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h90 #define le32_to_cpu(x) cpu_to_le32(x) macro