Searched refs:bs_nexttbtt (Results 1 – 7 of 7) sorted by relevance
| /dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_beacon.c | 91 OS_REG_WRITE(ah, AR_NEXT_TBTT_TIMER, TU_TO_USEC(bs->bs_nexttbtt)); in ar9300_set_sta_beacon_timers() 153 next_tbtt = bs->bs_nexttbtt; in ar9300_set_sta_beacon_timers()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5212/ |
| HD | ar5212_beacon.c | 176 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt); in ar5212SetStaBeaconTimers() 248 nextTbtt = bs->bs_nexttbtt; in ar5212SetStaBeaconTimers()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5416/ |
| HD | ar5416_beacon.c | 160 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bs->bs_nexttbtt)); in ar5416SetStaBeaconTimers() 248 nextTbtt = bs->bs_nexttbtt; in ar5416SetStaBeaconTimers()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5210/ |
| HD | ar5210_beacon.c | 148 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt); in ar5210SetStaBeaconTimers()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5211/ |
| HD | ar5211_beacon.c | 153 OS_REG_WRITE(ah, AR_TIMER0, bs->bs_nexttbtt); in ar5211SetStaBeaconTimers()
|
| /dragonfly/sys/dev/netif/ath/ath/ |
| HD | if_ath_beacon.c | 1078 bs.bs_nexttbtt = nexttbtt; in ath_beacon_config() 1080 bs.bs_nextdtim = bs.bs_nexttbtt + dtimcount*intval; in ath_beacon_config() 1129 , bs.bs_nexttbtt in ath_beacon_config()
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ |
| HD | ah.h | 808 uint32_t bs_nexttbtt; /* next beacon in TU */ member
|