Searched refs:BGE_BSWAP_32 (Results 1 – 2 of 2) sorted by relevance
1052 #define BGE_BSWAP_32(x) ((((x) & 0xff000000) >> 24) | \ macro
1947 mac = BGE_BSWAP_32(mac_high); in bge_get_nvmac()1949 mac |= BGE_BSWAP_32(mac_low); in bge_get_nvmac()