Lines Matching refs:nexttbtt
1289 if (hw_tu >= ah->nexttbtt)
2048 u32 nexttbtt, intval, hw_tu, bc_tu;
2079 nexttbtt = roundup(hw_tu + FUDGE, intval);
2085 nexttbtt = intval;
2106 nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval);
2110 ah->nexttbtt = nexttbtt;
2113 ath5k_hw_init_beacon_timers(ah, nexttbtt, intval);
2130 "bc_tsf %llx hw_tsf %llx bc_tu %u hw_tu %u nexttbtt %u\n",
2132 (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt);
2194 ah->nexttbtt += ah->bintval;
2196 "SWBA nexttbtt: %x hw_tu: %x "
2198 ah->nexttbtt,