nexttbtt         1335 drivers/net/wireless/ath/ath5k/ath5k.h 	unsigned int		nexttbtt;	/* next beacon time in TU */
nexttbtt         1289 drivers/net/wireless/ath/ath5k/base.c 		if (hw_tu >= ah->nexttbtt)
nexttbtt         2048 drivers/net/wireless/ath/ath5k/base.c 	u32 nexttbtt, intval, hw_tu, bc_tu;
nexttbtt         2079 drivers/net/wireless/ath/ath5k/base.c 		nexttbtt = roundup(hw_tu + FUDGE, intval);
nexttbtt         2085 drivers/net/wireless/ath/ath5k/base.c 		nexttbtt = intval;
nexttbtt         2106 drivers/net/wireless/ath/ath5k/base.c 		nexttbtt = bc_tu + roundup(hw_tu + FUDGE - bc_tu, intval);
nexttbtt         2110 drivers/net/wireless/ath/ath5k/base.c 	ah->nexttbtt = nexttbtt;
nexttbtt         2113 drivers/net/wireless/ath/ath5k/base.c 	ath5k_hw_init_beacon_timers(ah, nexttbtt, intval);
nexttbtt         2132 drivers/net/wireless/ath/ath5k/base.c 			  (unsigned long long) hw_tsf, bc_tu, hw_tu, nexttbtt);
nexttbtt         2194 drivers/net/wireless/ath/ath5k/base.c 		ah->nexttbtt += ah->bintval;
nexttbtt         2198 drivers/net/wireless/ath/ath5k/base.c 				ah->nexttbtt,
nexttbtt          513 drivers/net/wireless/ath/ath9k/beacon.c static void ath9k_beacon_init(struct ath_softc *sc, u32 nexttbtt,
nexttbtt          520 drivers/net/wireless/ath/ath9k/beacon.c 	ath9k_hw_beaconinit(ah, nexttbtt, intval);
nexttbtt          547 drivers/net/wireless/ath/ath9k/beacon.c 	ath9k_beacon_init(sc, conf->nexttbtt, conf->intval);
nexttbtt          576 drivers/net/wireless/ath/ath9k/beacon.c 	ath9k_beacon_init(sc, conf->nexttbtt, conf->intval);
nexttbtt           70 drivers/net/wireless/ath/ath9k/common-beacon.c 	conf->nexttbtt = ath9k_get_next_tbtt(ah, tsf, conf->intval);
nexttbtt           74 drivers/net/wireless/ath/ath9k/common-beacon.c 	bs->bs_nexttbtt = conf->nexttbtt;
nexttbtt           75 drivers/net/wireless/ath/ath9k/common-beacon.c 	bs->bs_nextdtim = conf->nexttbtt;
nexttbtt          122 drivers/net/wireless/ath/ath9k/common-beacon.c 		conf->nexttbtt = conf->intval;
nexttbtt          124 drivers/net/wireless/ath/ath9k/common-beacon.c 		conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah),
nexttbtt          135 drivers/net/wireless/ath/ath9k/common-beacon.c 		conf->nexttbtt, conf->intval, conf->beacon_interval);
nexttbtt          153 drivers/net/wireless/ath/ath9k/common-beacon.c 	conf->nexttbtt = ath9k_get_next_tbtt(ah, ath9k_hw_gettsf64(ah),
nexttbtt          164 drivers/net/wireless/ath/ath9k/common-beacon.c 		conf->nexttbtt, conf->intval, conf->beacon_interval);
nexttbtt           60 drivers/net/wireless/ath/ath9k/common.h 	u32 nexttbtt;
nexttbtt           86 drivers/net/wireless/ath/ath9k/htc_drv_beacon.c 	ath9k_hw_beaconinit(ah, conf->nexttbtt, conf->intval);