Searched refs:AR_TSF_TO_TU (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/ic/ | ||
H A D | athnreg.h | 1320 #define AR_TSF_TO_TU(hi, lo) ((hi) << 22 | (lo) >> 10) macro |
H A D | athn.c | 2037 tsftu = AR_TSF_TO_TU(tsfhi, tsflo) + AR_FUDGE; in athn_set_sta_timers() |