Home
last modified time | relevance | path

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

/openbmc/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()
/openbmc/linux/drivers/net/wireless/ath/ath9k/
H A Drecv.c791 u32 tsf_lower = tsf & 0xffffffff; in ath9k_process_tsf() local
794 if (rs->rs_tstamp > tsf_lower && in ath9k_process_tsf()
795 unlikely(rs->rs_tstamp - tsf_lower > 0x10000000)) in ath9k_process_tsf()
798 if (rs->rs_tstamp < tsf_lower && in ath9k_process_tsf()
799 unlikely(tsf_lower - rs->rs_tstamp > 0x10000000)) in ath9k_process_tsf()
H A Dhw.c3020 u32 tsf_lower, tsf_upper1, tsf_upper2; in ath9k_hw_gettsf64() local
3025 tsf_lower = REG_READ(ah, AR_TSF_L32); in ath9k_hw_gettsf64()
3034 return (((u64)tsf_upper1 << 32) | tsf_lower); in ath9k_hw_gettsf64()