Home
last modified time | relevance | path

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

/openbsd/sys/dev/ic/
H A Dathnreg.h1320 #define AR_TSF_TO_TU(hi, lo) ((hi) << 22 | (lo) >> 10) macro
H A Dathn.c2037 tsftu = AR_TSF_TO_TU(tsfhi, tsflo) + AR_FUDGE; in athn_set_sta_timers()