Searched refs:tsf_lo (Results 1 - 2 of 2) sorted by relevance
/linux-4.1.27/drivers/net/wireless/ath/ath9k/ |
H A D | common-beacon.c | 24 u32 tsf_mod, tsf_hi, tsf_lo, mod_hi, mod_lo; ath9k_mod_tsf64_tu() local 28 tsf_lo = ((u32) tsf) >> 10; ath9k_mod_tsf64_tu() 31 mod_lo = ((mod_hi << 22) + tsf_lo) % div_tu; ath9k_mod_tsf64_tu()
|
/linux-4.1.27/drivers/net/wireless/ath/ath5k/ |
H A D | reset.c | 1149 u32 s_seq[10], s_led[3], tsf_up, tsf_lo; ath5k_hw_reset() local 1154 tsf_lo = 0; ath5k_hw_reset() 1250 tsf_lo = ath5k_hw_reg_read(ah, AR5K_TSF_L32); ath5k_hw_reset() 1321 ath5k_hw_reg_write(ah, tsf_lo, AR5K_TSF_L32); ath5k_hw_reset()
|
Completed in 85 milliseconds