Searched refs:bt_nextdba (Results 1 - 9 of 9) sorted by relevance

/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c48 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba);
69 bt.bt_nextdba = (next_beacon -
84 bt.bt_nextdba = ~0;
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c51 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba);
79 bt.bt_nextdba = 0xffff;
84 bt.bt_nextdba = (next_beacon -
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c58 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba & 0x7ffff);
103 bt.bt_nextdba = 0xffff;
108 bt.bt_nextdba = (next_beacon -
/freebsd-10.3-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c52 OS_REG_WRITE(ah, AR_NEXT_DBA, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextdba));
98 bt.bt_nextdba = 0xffff;
107 bt.bt_nextdba = (next_beacon -
/freebsd-10.3-release/sys/dev/ath/
H A Dif_ath_alq.h87 uint32_t bt_nextdba; member in struct:if_ath_alq_tdma_timer_set
H A Dif_ath_tdma.c140 bt.bt_nextdba = (nexttbtt<<3) - sc->sc_tdmadbaprep;
153 bt.bt_nextdba,
154 bt.bt_nextdba,
166 t.bt_nextdba = htobe32(bt.bt_nextdba);
/freebsd-10.3-release/tools/tools/ath/athalq/
H A Dtdma.c111 be32toh(t.bt_nextdba),
H A Dar5416_ds_tdma.c427 be32toh(t.bt_nextdba),
/freebsd-10.3-release/sys/dev/ath/ath_hal/
H A Dah.h830 uint32_t bt_nextdba; /* next DBA in 1/8th TU */ member in struct:__anon7962

Completed in 159 milliseconds