Home
last modified time | relevance | path

Searched refs:bt_nexttbtt (Results 1 – 8 of 8) sorted by relevance

/dragonfly/sys/dev/netif/ath/ath/
HDif_ath_tdma.c143 bt.bt_nexttbtt = nexttbtt; in ath_tdma_settimers()
155 bt.bt_nexttbtt, in ath_tdma_settimers()
156 bt.bt_nexttbtt, in ath_tdma_settimers()
169 t.bt_nexttbtt = htobe32(bt.bt_nexttbtt); in ath_tdma_settimers()
184 bt.bt_nexttbtt, in ath_tdma_settimers()
185 bt.bt_nexttbtt, in ath_tdma_settimers()
186 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10), in ath_tdma_settimers()
187 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10)); in ath_tdma_settimers()
HDif_ath_alq.h86 uint32_t bt_nexttbtt; member
/dragonfly/sys/dev/netif/ath/ath_hal/ar5210/
HDar5210_beacon.c47 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt); in ar5210SetBeaconTimers()
67 bt.bt_nexttbtt = next_beacon; in ar5210BeaconInit()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5211/
HDar5211_beacon.c50 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt); in ar5211SetBeaconTimers()
70 bt.bt_nexttbtt = next_beacon; in ar5211BeaconInit()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5212/
HDar5212_beacon.c57 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt & 0xffff); in ar5212SetBeaconTimers()
94 bt.bt_nexttbtt = next_beacon; in ar5212BeaconInit()
/dragonfly/sys/dev/netif/ath/ath_hal/ar5416/
HDar5416_beacon.c51 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bt->bt_nexttbtt)); in ar5416SetBeaconTimers()
88 bt.bt_nexttbtt = next_beacon; in ar5416BeaconInit()
/dragonfly/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.c762 OS_REG_WRITE(ah, AR_NEXT_TBTT_TIMER, TU_TO_USEC(bt->bt_nexttbtt)); in ar9300_beacon_set_beacon_timers()
/dragonfly/sys/dev/netif/ath/ath_hal/
HDah.h837 uint32_t bt_nexttbtt; /* next beacon in TU */ member