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

/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c49 OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba);
71 bt.bt_nextswba = (next_beacon -
85 bt.bt_nextswba = ~0;
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c52 OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba);
80 bt.bt_nextswba = 0x7ffff;
86 bt.bt_nextswba = (next_beacon -
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c59 OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba & 0x1ffffff);
104 bt.bt_nextswba = 0x7ffff;
110 bt.bt_nextswba = (next_beacon -
/freebsd-10.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c53 OS_REG_WRITE(ah, AR_NEXT_SWBA, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextswba));
99 bt.bt_nextswba = 0x7ffff;
109 bt.bt_nextswba = (next_beacon -
/freebsd-10.0-release/sys/dev/ath/
H A Dif_ath_alq.h88 uint32_t bt_nextswba; member in struct:if_ath_alq_tdma_timer_set
H A Dif_ath_tdma.c141 bt.bt_nextswba = (nexttbtt<<3) - sc->sc_tdmaswbaprep;
155 bt.bt_nextswba,
156 bt.bt_nextswba,
167 t.bt_nextswba = htobe32(bt.bt_nextswba);
/freebsd-10.0-release/tools/tools/ath/athalq/
H A Dtdma.c112 be32toh(t.bt_nextswba),
H A Dar5416_ds_tdma.c428 be32toh(t.bt_nextswba),
/freebsd-10.0-release/sys/dev/ath/ath_hal/
H A Dah.h831 uint32_t bt_nextswba; /* next SWBA in 1/8th TU */ member in struct:__anon7469

Completed in 222 milliseconds