Searched refs:bt_nexttbtt (Results 1 – 8 of 8) sorted by relevance
| /dragonfly/sys/dev/netif/ath/ath/ |
| HD | if_ath_tdma.c | 143 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()
|
| HD | if_ath_alq.h | 86 uint32_t bt_nexttbtt; member
|
| /dragonfly/sys/dev/netif/ath/ath_hal/ar5210/ |
| HD | ar5210_beacon.c | 47 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/ |
| HD | ar5211_beacon.c | 50 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/ |
| HD | ar5212_beacon.c | 57 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/ |
| HD | ar5416_beacon.c | 51 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/ |
| HD | ar9300_freebsd.c | 762 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/ |
| HD | ah.h | 837 uint32_t bt_nexttbtt; /* next beacon in TU */ member
|