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

/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c50 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim);
82 bt.bt_nextatim = next_beacon + 0; /* NB: no ATIMs */
86 bt.bt_nextatim = 1;
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c53 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim);
96 bt.bt_nextatim = next_beacon + 1;
/freebsd-11.0-release/tools/tools/ath/athalq/
H A Dtdma.c113 be32toh(t.bt_nextatim),
H A Dar5416_ds_tdma.c429 be32toh(t.bt_nextatim),
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c61 OS_REG_WRITE(ah, AR_TIMER3, bt->bt_nextatim & 0xffff);
120 bt.bt_nextatim = next_beacon + 1;
/freebsd-11.0-release/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c54 OS_REG_WRITE(ah, AR_NEXT_NDP, TU_TO_USEC(bt->bt_nextatim));
122 bt.bt_nextatim = next_beacon + 1;
/freebsd-11.0-release/sys/dev/ath/
H A Dif_ath_tdma.c143 bt.bt_nextatim = nexttbtt+1;
158 bt.bt_nextatim,
159 bt.bt_nextatim);
169 t.bt_nextatim = htobe32(bt.bt_nextatim);
H A Dif_ath_alq.h89 uint32_t bt_nextatim; member in struct:if_ath_alq_tdma_timer_set
/freebsd-11.0-release/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c774 OS_REG_WRITE(ah, AR_NEXT_NDP_TIMER, TU_TO_USEC(bt->bt_nextatim));
/freebsd-11.0-release/sys/dev/ath/ath_hal/
H A Dah.h838 uint32_t bt_nextatim; /* next ATIM in TU */ member in struct:__anon9151

Completed in 124 milliseconds