Searched refs:bt_nextatim (Results 1 – 10 of 10) sorted by relevance
| /NextBSD/sys/dev/ath/ath_hal/ar5210/ |
| HD | ar5210_beacon.c | 50 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim); in ar5210SetBeaconTimers() 82 bt.bt_nextatim = next_beacon + 0; /* NB: no ATIMs */ in ar5210BeaconInit() 86 bt.bt_nextatim = 1; in ar5210BeaconInit()
|
| /NextBSD/sys/dev/ath/ |
| HD | if_ath_tdma.c | 143 bt.bt_nextatim = nexttbtt+1; in ath_tdma_settimers() 158 bt.bt_nextatim, in ath_tdma_settimers() 159 bt.bt_nextatim); in ath_tdma_settimers() 169 t.bt_nextatim = htobe32(bt.bt_nextatim); in ath_tdma_settimers()
|
| HD | if_ath_alq.h | 89 uint32_t bt_nextatim; member
|
| /NextBSD/sys/dev/ath/ath_hal/ar5211/ |
| HD | ar5211_beacon.c | 53 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim); in ar5211SetBeaconTimers() 96 bt.bt_nextatim = next_beacon + 1; in ar5211BeaconInit()
|
| /NextBSD/sys/dev/ath/ath_hal/ar5212/ |
| HD | ar5212_beacon.c | 61 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim & 0xffff); in ar5212SetBeaconTimers() 120 bt.bt_nextatim = next_beacon + 1; in ar5212BeaconInit()
|
| /NextBSD/sys/dev/ath/ath_hal/ar5416/ |
| HD | ar5416_beacon.c | 54 OS_REG_WRITE(ah, AR_NEXT_NDP, TU_TO_USEC(bt->bt_nextatim)); in ar5416SetBeaconTimers() 122 bt.bt_nextatim = next_beacon + 1; in ar5416BeaconInit()
|
| /NextBSD/tools/tools/ath/athalq/ |
| HD | tdma.c | 113 be32toh(t.bt_nextatim), in ath_tdma_timer_set()
|
| HD | ar5416_ds_tdma.c | 429 be32toh(t.bt_nextatim), in ath_tdma_timer_set()
|
| /NextBSD/sys/contrib/dev/ath/ath_hal/ar9300/ |
| HD | ar9300_freebsd.c | 765 OS_REG_WRITE(ah, AR_NEXT_NDP_TIMER, TU_TO_USEC(bt->bt_nextatim)); in ar9300_beacon_set_beacon_timers()
|
| /NextBSD/sys/dev/ath/ath_hal/ |
| HD | ah.h | 838 uint32_t bt_nextatim; /* next ATIM in TU */ member
|