Home
last modified time | relevance | path

Searched refs:bc_tsf (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/net/wireless/ath/ath5k/
H A Dbase.h97 void ath5k_beacon_update_timers(struct ath5k_hw *ah, u64 bc_tsf);
H A Dbase.c2091 ath5k_beacon_update_timers(struct ath5k_hw *ah, u64 bc_tsf) in ath5k_beacon_update_timers() argument
2108 bc_tu = TSF_TO_TU(bc_tsf); in ath5k_beacon_update_timers()
2119 if (bc_tsf == -1) { in ath5k_beacon_update_timers()
2125 } else if (bc_tsf == 0) { in ath5k_beacon_update_timers()
2132 } else if (bc_tsf > hw_tsf) { in ath5k_beacon_update_timers()
2164 if (bc_tsf == -1) in ath5k_beacon_update_timers()
2167 else if (bc_tsf == 0) in ath5k_beacon_update_timers()
2176 (unsigned long long) bc_tsf, in ath5k_beacon_update_timers()