Searched refs:tsf_upper2 (Results 1 – 2 of 2) sorted by relevance
560 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath5k_hw_get_tsf64() local582 tsf_upper2 = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_get_tsf64()583 if (tsf_upper2 == tsf_upper1) in ath5k_hw_get_tsf64()585 tsf_upper1 = tsf_upper2; in ath5k_hw_get_tsf64()
2739 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath9k_hw_gettsf64() local2745 tsf_upper2 = REG_READ(ah, AR_TSF_U32); in ath9k_hw_gettsf64()2746 if (tsf_upper2 == tsf_upper1) in ath9k_hw_gettsf64()2748 tsf_upper1 = tsf_upper2; in ath9k_hw_gettsf64()