Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/net/wireless/ath/ath5k/
Dpcu.c563 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath5k_hw_get_tsf64() local
584 tsf_lower = ath5k_hw_reg_read(ah, AR5K_TSF_L32); in ath5k_hw_get_tsf64()
595 return ((u64)tsf_upper1 << 32) | tsf_lower; in ath5k_hw_get_tsf64()
/linux-4.4.14/drivers/net/wireless/ath/ath9k/
Drecv.c787 u32 tsf_lower = tsf & 0xffffffff; in ath9k_process_tsf() local
790 if (rs->rs_tstamp > tsf_lower && in ath9k_process_tsf()
791 unlikely(rs->rs_tstamp - tsf_lower > 0x10000000)) in ath9k_process_tsf()
794 if (rs->rs_tstamp < tsf_lower && in ath9k_process_tsf()
795 unlikely(tsf_lower - rs->rs_tstamp > 0x10000000)) in ath9k_process_tsf()
Dhw.c2893 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath9k_hw_gettsf64() local
2898 tsf_lower = REG_READ(ah, AR_TSF_L32); in ath9k_hw_gettsf64()
2907 return (((u64)tsf_upper1 << 32) | tsf_lower); in ath9k_hw_gettsf64()