Home
last modified time | relevance | path

Searched refs:ath5k_hw_get_tsf64 (Results 1 – 5 of 5) sorted by relevance

/drivers/net/wireless/ath/ath5k/
Dbase.c202 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_extend_tsf()
1252 tsf = ath5k_hw_get_tsf64(ah); in ath5k_check_ibss_tsf()
1968 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_beacon_send()
2065 hw_tsf = ath5k_hw_get_tsf64(ah); in ath5k_beacon_update_timers()
2192 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_tasklet_beacon()
Dpcu.c562 ath5k_hw_get_tsf64(struct ath5k_hw *ah) in ath5k_hw_get_tsf64() function
Dmac80211-ops.c618 return ath5k_hw_get_tsf64(ah); in ath5k_get_tsf()
Dath5k.h1552 u64 ath5k_hw_get_tsf64(struct ath5k_hw *ah);
Ddebug.c212 tsf = ath5k_hw_get_tsf64(ah); in read_file_beacon()