Home
last modified time | relevance | path

Searched defs:be16_to_cpu (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/grub/grub-0.97/netboot/
H A Dbig_bswap.h15 #define be16_to_cpu(x) (x) macro
H A Dlittle_bswap.h15 #define be16_to_cpu(x) __bswap_16(x) macro
/titanic_41/usr/src/uts/common/io/cxgbe/t4nex/
H A Dosdep.h142 #define be16_to_cpu(x) BE_16((uint16_t)(x)) macro