Home
last modified time | relevance | path

Searched refs:bt_nextatim (Results 1 – 10 of 10) sorted by relevance

/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c50 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()
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c143 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()
H A Dif_ath_alq.h89 uint32_t bt_nextatim; member
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c53 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim); in ar5211SetBeaconTimers()
96 bt.bt_nextatim = next_beacon + 1; in ar5211BeaconInit()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c61 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim & 0xffff); in ar5212SetBeaconTimers()
120 bt.bt_nextatim = next_beacon + 1; in ar5212BeaconInit()
/freebsd/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c54 OS_REG_WRITE(ah, AR_NEXT_NDP, TU_TO_USEC(bt->bt_nextatim)); in ar5416SetBeaconTimers()
122 bt.bt_nextatim = next_beacon + 1; in ar5416BeaconInit()
/freebsd/tools/tools/ath/athalq/
H A Dtdma.c111 be32toh(t.bt_nextatim), in ath_tdma_timer_set()
H A Dar5416_ds_tdma.c427 be32toh(t.bt_nextatim), in ath_tdma_timer_set()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c977 OS_REG_WRITE(ah, AR_NEXT_NDP_TIMER, TU_TO_USEC(bt->bt_nextatim)); in ar9300_beacon_set_beacon_timers()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h857 uint32_t bt_nextatim; /* next ATIM in TU */ member