Home
last modified time | relevance | path

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

/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c51 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba); in ar5211SetBeaconTimers()
79 bt.bt_nextdba = 0xffff; in ar5211BeaconInit()
84 bt.bt_nextdba = (next_beacon - in ar5211BeaconInit()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c48 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba); in ar5210SetBeaconTimers()
69 bt.bt_nextdba = (next_beacon - in ar5210BeaconInit()
84 bt.bt_nextdba = ~0; in ar5210BeaconInit()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c58 OS_REG_WRITE(ah, AR_TIMER1, bt->bt_nextdba & 0x7ffff); in ar5212SetBeaconTimers()
103 bt.bt_nextdba = 0xffff; in ar5212BeaconInit()
108 bt.bt_nextdba = (next_beacon - in ar5212BeaconInit()
/freebsd/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)); in ar5416SetBeaconTimers()
98 bt.bt_nextdba = 0xffff; in ar5416BeaconInit()
107 bt.bt_nextdba = (next_beacon - in ar5416BeaconInit()
/freebsd/sys/dev/ath/
H A Dif_ath_tdma.c141 bt.bt_nextdba = (nexttbtt<<3) - sc->sc_tdmadbaprep; in ath_tdma_settimers()
154 bt.bt_nextdba, in ath_tdma_settimers()
155 bt.bt_nextdba, in ath_tdma_settimers()
167 t.bt_nextdba = htobe32(bt.bt_nextdba); in ath_tdma_settimers()
H A Dif_ath_alq.h87 uint32_t bt_nextdba; member
/freebsd/tools/tools/ath/athalq/
H A Dtdma.c109 be32toh(t.bt_nextdba), in ath_tdma_timer_set()
H A Dar5416_ds_tdma.c425 be32toh(t.bt_nextdba), in ath_tdma_timer_set()
/freebsd/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c975 OS_REG_WRITE(ah, AR_NEXT_DMA_BEACON_ALERT, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextdba)); in ar9300_beacon_set_beacon_timers()
/freebsd/sys/dev/ath/ath_hal/
H A Dah.h858 uint32_t bt_nextdba; /* next DBA in 1/8th TU */ member