Home
last modified time | relevance | path

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

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