Home
last modified time | relevance | path

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

/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
/f-stack/freebsd/contrib/ncsw/inc/
H A Dncsw_ext.h92 #define MAKE_UINT64(high32, low32) (((uint64_t)high32 << 32) | (low32)) argument