Searched refs:bs_nexttbtt (Results 1 - 7 of 7) sorted by relevance

/freebsd-10.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_beacon.c82 OS_REG_WRITE(ah, AR_NEXT_TBTT_TIMER, TU_TO_USEC(bs->bs_nexttbtt));
144 next_tbtt = bs->bs_nexttbtt;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c147 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c152 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt);
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c175 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt);
247 nextTbtt = bs->bs_nexttbtt;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c159 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bs->bs_nexttbtt));
228 nextTbtt = bs->bs_nexttbtt;
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_beacon.c992 bs.bs_nexttbtt = nexttbtt;
994 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval;
1040 , bs.bs_nexttbtt
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h799 uint32_t bs_nexttbtt; /* next beacon in TU */ member in struct:__anon7468

Completed in 122 milliseconds