Home
last modified time | relevance | path

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

/freebsd-head/sys/dev/ath/
HDif_ath_tdma.c140 bt.bt_nexttbtt = nexttbtt; in ath_tdma_settimers()
152 bt.bt_nexttbtt, in ath_tdma_settimers()
153 bt.bt_nexttbtt, in ath_tdma_settimers()
166 t.bt_nexttbtt = htobe32(bt.bt_nexttbtt); in ath_tdma_settimers()
181 bt.bt_nexttbtt, in ath_tdma_settimers()
182 bt.bt_nexttbtt, in ath_tdma_settimers()
183 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10), in ath_tdma_settimers()
184 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10)); in ath_tdma_settimers()
HDif_ath_alq.h86 uint32_t bt_nexttbtt; member
/freebsd-head/sys/dev/ath/ath_hal/ar5211/
HDar5211_beacon.c50 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt); in ar5211SetBeaconTimers()
69 bt.bt_nexttbtt = next_beacon; in ar5211BeaconInit()
/freebsd-head/sys/dev/ath/ath_hal/ar5210/
HDar5210_beacon.c47 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt); in ar5210SetBeaconTimers()
66 bt.bt_nexttbtt = next_beacon; in ar5210BeaconInit()
/freebsd-head/sys/dev/ath/ath_hal/ar5212/
HDar5212_beacon.c57 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt & 0xffff); in ar5212SetBeaconTimers()
93 bt.bt_nexttbtt = next_beacon; in ar5212BeaconInit()
/freebsd-head/sys/dev/ath/ath_hal/ar5416/
HDar5416_beacon.c51 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bt->bt_nexttbtt)); in ar5416SetBeaconTimers()
87 bt.bt_nexttbtt = next_beacon; in ar5416BeaconInit()
/freebsd-head/tools/tools/ath/athalq/
HDtdma.c108 be32toh(t.bt_nexttbtt), in ath_tdma_timer_set()
HDar5416_ds_tdma.c424 be32toh(t.bt_nexttbtt), in ath_tdma_timer_set()
/freebsd-head/sys/contrib/dev/ath/ath_hal/ar9300/
HDar9300_freebsd.c973 OS_REG_WRITE(ah, AR_NEXT_TBTT_TIMER, TU_TO_USEC(bt->bt_nexttbtt)); in ar9300_beacon_set_beacon_timers()
/freebsd-head/sys/dev/ath/ath_hal/
HDah.h856 uint32_t bt_nexttbtt; /* next beacon in TU */ member