Searched refs:ar5416GetTsf64 (Results 1 - 4 of 4) sorted by relevance

/haiku/src/add-ons/kernel/drivers/network/wlan/atheroswifi/dev/ath/ath_hal/ar5416/
H A Dar5416_misc.c109 ar5416GetTsf64(struct ath_hal *ah) function
H A Dar5416.h234 extern uint64_t ar5416GetTsf64(struct ath_hal *ah);
H A Dar5416_reset.c176 tsf = ar5416GetTsf64(ah);
221 if (AR_SREV_HOWL(ah) && (ar5416GetTsf64(ah) < tsf)) {
567 ichan->tsf_last = ar5416GetTsf64(ah);
H A Dar5416_attach.c146 ah->ah_getTsf64 = ar5416GetTsf64;

Completed in 51 milliseconds