Searched refs:high32 (Results 1 – 2 of 2) sorted by relevance
92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument
58 u_int8_t pos, high32; in ar9300_wowoffload_add_mcast_filter() local64 high32 = pos & 0x20; in ar9300_wowoffload_add_mcast_filter()65 reg = high32 ? AR_MCAST_FIL1 : AR_MCAST_FIL0; in ar9300_wowoffload_add_mcast_filter()71 if (high32) { in ar9300_wowoffload_add_mcast_filter()