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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c47 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt);
66 bt.bt_nexttbtt = next_beacon;
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c50 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt);
69 bt.bt_nexttbtt = next_beacon;
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tdma.c140 bt.bt_nexttbtt = nexttbtt;
152 bt.bt_nexttbtt,
153 bt.bt_nexttbtt,
166 t.bt_nexttbtt = htobe32(bt.bt_nexttbtt);
181 bt.bt_nexttbtt,
182 bt.bt_nexttbtt,
183 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10),
184 (long long) ( ((u_int64_t) (bt.bt_nexttbtt)) << 10));
H A Dif_ath_alq.h86 uint32_t bt_nexttbtt; member in struct:if_ath_alq_tdma_timer_set
/freebsd-11.0-release/tools/tools/ath/athalq/
H A Dtdma.c110 be32toh(t.bt_nexttbtt),
H A Dar5416_ds_tdma.c426 be32toh(t.bt_nexttbtt),
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c57 OS_REG_WRITE(ah, AR_TIMER0, bt->bt_nexttbtt & 0xffff);
93 bt.bt_nexttbtt = next_beacon;
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c51 OS_REG_WRITE(ah, AR_NEXT_TBTT, TU_TO_USEC(bt->bt_nexttbtt));
87 bt.bt_nexttbtt = next_beacon;
/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c771 OS_REG_WRITE(ah, AR_NEXT_TBTT_TIMER, TU_TO_USEC(bt->bt_nexttbtt));
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah.h837 uint32_t bt_nexttbtt; /* next beacon in TU */ member in struct:__anon9151

Completed in 193 milliseconds