Searched refs:tsf_mod (Results 1 – 1 of 1) sorted by relevance
24 u32 tsf_mod, tsf_hi, tsf_lo, mod_hi, mod_lo; in ath9k_mod_tsf64_tu() local26 tsf_mod = tsf & (BIT(10) - 1); in ath9k_mod_tsf64_tu()33 return (mod_lo << 10) | tsf_mod; in ath9k_mod_tsf64_tu()