Searched refs:hw_tu (Results 1 – 1 of 1) sorted by relevance
1289 u32 hw_tu; in ath5k_check_ibss_tsf() local1300 hw_tu = TSF_TO_TU(tsf); in ath5k_check_ibss_tsf()1334 if (hw_tu >= ah->nexttbtt) in ath5k_check_ibss_tsf()2093 u32 nexttbtt, intval, hw_tu, bc_tu; in ath5k_beacon_update_timers() local2112 hw_tu = TSF_TO_TU(hw_tsf); in ath5k_beacon_update_timers()2124 nexttbtt = roundup(hw_tu + FUDGE, intval); in ath5k_beacon_update_timers()2151 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval); in ath5k_beacon_update_timers()2177 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt); in ath5k_beacon_update_timers()