Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/wireless/ath/ath5k/
Dbase.c203 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_extend_tsf()
1254 tsf = ath5k_hw_get_tsf64(ah); in ath5k_check_ibss_tsf()
1970 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_beacon_send()
2067 hw_tsf = ath5k_hw_get_tsf64(ah); in ath5k_beacon_update_timers()
2195 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_tasklet_beacon()
Dpcu.c561 ath5k_hw_get_tsf64(struct ath5k_hw *ah) in ath5k_hw_get_tsf64() function
Dmac80211-ops.c619 return ath5k_hw_get_tsf64(ah); in ath5k_get_tsf()
Dath5k.h1552 u64 ath5k_hw_get_tsf64(struct ath5k_hw *ah);
Ddebug.c231 tsf = ath5k_hw_get_tsf64(ah); in read_file_beacon()