Home
last modified time | relevance | path

Searched defs:cpu_to_le32 (Results 1 – 6 of 6) sorted by relevance

/titanic_50/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h8 #define cpu_to_le32(x) __bswap_32(x) macro
H A Dlittle_bswap.h8 #define cpu_to_le32(x) (x) macro
H A Dtlan.c64 #define cpu_to_le32(val) (val) macro
/titanic_50/usr/src/grub/grub-0.97/stage2/
H A Dmd5.c41 #define cpu_to_le32(x) (x) macro
/titanic_50/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h140 #define cpu_to_le32(x) LE_32((uint32_t)(x)) macro
/titanic_50/usr/src/uts/common/sys/fibre-channel/fca/qlge/
H A Dqlge.h87 #define cpu_to_le32(x) BSWAP_32(x) macro