Home
last modified time | relevance | path

Searched refs:BGE_BSWAP_32 (Results 1 – 2 of 2) sorted by relevance

/titanic_41/usr/src/uts/common/io/bge/
H A Dbge_impl.h1052 #define BGE_BSWAP_32(x) ((((x) & 0xff000000) >> 24) | \ macro
H A Dbge_chip2.c1947 mac = BGE_BSWAP_32(mac_high); in bge_get_nvmac()
1949 mac |= BGE_BSWAP_32(mac_low); in bge_get_nvmac()