Searched refs:tsf64 (Results 1 - 10 of 10) sorted by relevance

/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tsf.h55 u_int64_t tsf64 = (tsf & ~0xffffffffULL) | rstamp; local
58 tsf64 -= 0x100000000ULL;
61 tsf64 += 0x100000000ULL;
63 return tsf64;
H A Dif_ath_alq.h50 uint64_t tsf64; member in struct:if_ath_alq_tdma_beacon_state
H A Dif_ath_tdma.c517 t.tsf64 = htobe64(tsf);
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c144 ar5416SetTsf64(struct ath_hal *ah, uint64_t tsf64) argument
161 OS_REG_WRITE(ah, AR_TSF_L32, tsf64 & 0xffffffff);
162 OS_REG_WRITE(ah, AR_TSF_U32, (tsf64 >> 32) & 0xffffffff);
H A Dar5416.h239 extern void ar5416SetTsf64(struct ath_hal *ah, uint64_t tsf64);
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c101 ar9300_freebsd_set_tsf64(struct ath_hal *ah, uint64_t tsf64) argument
108 OS_REG_WRITE(ah, AR_TSF_L32, tsf64 & 0xffffffff);
109 OS_REG_WRITE(ah, AR_TSF_U32, (tsf64 >> 32) & 0xffffffff);
H A Dar9300_stub_funcs.h59 extern void ar9300_Stub_SetTsf64(struct ath_hal *ah, uint64_t tsf64);
H A Dar9300_stub_funcs.c341 ar9300_Stub_SetTsf64(struct ath_hal *ah, uint64_t tsf64) argument
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_misc.c267 ar5212SetTsf64(struct ath_hal *ah, uint64_t tsf64) argument
269 OS_REG_WRITE(ah, AR_TSF_L32, tsf64 & 0xffffffff);
270 OS_REG_WRITE(ah, AR_TSF_U32, (tsf64 >> 32) & 0xffffffff);
H A Dar5212.h484 extern void ar5212SetTsf64(struct ath_hal *ah, uint64_t tsf64);

Completed in 194 milliseconds