Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath5k/
H A Dpcu.c564 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath5k_hw_get_tsf64() local
585 tsf_lower = ath5k_hw_reg_read(ah, AR5K_TSF_L32); in ath5k_hw_get_tsf64()
596 return ((u64)tsf_upper1 << 32) | tsf_lower; in ath5k_hw_get_tsf64()