Home
last modified time | relevance | path

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

/trueos/sys/dev/ath/ath_hal/ar5211/
HDar5211_beacon.c52 OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba); in ar5211SetBeaconTimers()
80 bt.bt_nextswba = 0x7ffff; in ar5211BeaconInit()
86 bt.bt_nextswba = (next_beacon - in ar5211BeaconInit()
/trueos/sys/dev/ath/ath_hal/ar5210/
HDar5210_beacon.c49 OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba); in ar5210SetBeaconTimers()
71 bt.bt_nextswba = (next_beacon - in ar5210BeaconInit()
85 bt.bt_nextswba = ~0; in ar5210BeaconInit()
/trueos/sys/dev/ath/ath_hal/ar5212/
HDar5212_beacon.c59 OS_REG_WRITE(ah, AR_TIMER2, bt->bt_nextswba & 0x1ffffff); in ar5212SetBeaconTimers()
104 bt.bt_nextswba = 0x7ffff; in ar5212BeaconInit()
110 bt.bt_nextswba = (next_beacon - in ar5212BeaconInit()
/trueos/sys/dev/ath/ath_hal/ar5416/
HDar5416_beacon.c53 OS_REG_WRITE(ah, AR_NEXT_SWBA, ONE_EIGHTH_TU_TO_USEC(bt->bt_nextswba)); in ar5416SetBeaconTimers()
99 bt.bt_nextswba = 0x7ffff; in ar5416BeaconInit()
109 bt.bt_nextswba = (next_beacon - in ar5416BeaconInit()
/trueos/sys/dev/ath/
HDif_ath_tdma.c141 bt.bt_nextswba = (nexttbtt<<3) - sc->sc_tdmaswbaprep; in ath_tdma_settimers()
155 bt.bt_nextswba, in ath_tdma_settimers()
156 bt.bt_nextswba, in ath_tdma_settimers()
167 t.bt_nextswba = htobe32(bt.bt_nextswba); in ath_tdma_settimers()
HDif_ath_alq.h88 uint32_t bt_nextswba; member
/trueos/tools/tools/ath/athalq/
HDtdma.c112 be32toh(t.bt_nextswba), in ath_tdma_timer_set()
HDar5416_ds_tdma.c428 be32toh(t.bt_nextswba), in ath_tdma_timer_set()
/trueos/sys/dev/ath/ath_hal/
HDah.h831 uint32_t bt_nextswba; /* next SWBA in 1/8th TU */ member