Searched defs:high32 (Results 1 – 2 of 2) sorted by relevance
58 u_int8_t pos, high32; in ar9300_wowoffload_add_mcast_filter() local
92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument