Searched refs:tsf_upper2 (Results 1 – 2 of 2) sorted by relevance
563 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath5k_hw_get_tsf64() local585 tsf_upper2 = ath5k_hw_reg_read(ah, AR5K_TSF_U32); in ath5k_hw_get_tsf64()586 if (tsf_upper2 == tsf_upper1) in ath5k_hw_get_tsf64()588 tsf_upper1 = tsf_upper2; in ath5k_hw_get_tsf64()
2975 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath9k_hw_gettsf64() local2981 tsf_upper2 = REG_READ(ah, AR_TSF_U32); in ath9k_hw_gettsf64()2982 if (tsf_upper2 == tsf_upper1) in ath9k_hw_gettsf64()2984 tsf_upper1 = tsf_upper2; in ath9k_hw_gettsf64()