Home
last modified time | relevance | path

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

/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument
/f-stack/freebsd/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_power.c58 u_int8_t pos, high32; in ar9300_wowoffload_add_mcast_filter() local
64 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()