Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dbase.c202 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_extend_tsf()
1298 tsf = ath5k_hw_get_tsf64(ah); in ath5k_check_ibss_tsf()
2014 u64 tsf = ath5k_hw_get_tsf64(ah); in ath5k_beacon_send()
2111 hw_tsf = ath5k_hw_get_tsf64(ah); in ath5k_beacon_update_timers()
2238 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.c619 return ath5k_hw_get_tsf64(ah); in ath5k_get_tsf()
Dath5k.h1548 u64 ath5k_hw_get_tsf64(struct ath5k_hw *ah);
Ddebug.c212 tsf = ath5k_hw_get_tsf64(ah); in read_file_beacon()