Home
last modified time | relevance | path

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

/freebsd-10-stable/sys/dev/ath/ath_hal/ar5212/
Dar5212_beacon.c65 if (bt->bt_intval & AR_BEACON_RESET_TSF) { in ar5212SetBeaconTimers()
77 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5212SetBeaconTimers()
78 ahp->ah_beaconInterval = (bt->bt_intval & HAL_BEACON_PERIOD); in ar5212SetBeaconTimers()
121 bt.bt_intval = beacon_period & in ar5212BeaconInit()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5416/
Dar5416_beacon.c56 bperiod = TU_TO_USEC(bt->bt_intval & HAL_BEACON_PERIOD); in ar5416SetBeaconTimers()
57 ahp->ah_beaconInterval = bt->bt_intval & HAL_BEACON_PERIOD; in ar5416SetBeaconTimers()
66 if (bt->bt_intval & AR_BEACON_RESET_TSF) in ar5416SetBeaconTimers()
123 bt.bt_intval = beacon_period & in ar5416BeaconInit()
/freebsd-10-stable/sys/dev/ath/
Dif_ath_tdma.c138 bt.bt_intval = bintval | HAL_BEACON_ENA; in ath_tdma_settimers()
149 bt.bt_intval, in ath_tdma_settimers()
150 bt.bt_intval, in ath_tdma_settimers()
164 t.bt_intval = htobe32(bt.bt_intval); in ath_tdma_settimers()
Dif_ath_alq.h85 uint32_t bt_intval; member
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5211/
Dar5211_beacon.c57 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5211SetBeaconTimers()
97 bt.bt_intval = beacon_period & in ar5211BeaconInit()
/freebsd-10-stable/sys/dev/ath/ath_hal/ar5210/
Dar5210_beacon.c54 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval); in ar5210SetBeaconTimers()
88 bt.bt_intval = beacon_period & in ar5210BeaconInit()
/freebsd-10-stable/tools/tools/ath/athalq/
Dtdma.c109 be32toh(t.bt_intval), in ath_tdma_timer_set()
Dar5416_ds_tdma.c425 be32toh(t.bt_intval), in ath_tdma_timer_set()
/freebsd-10-stable/sys/dev/ath/ath_hal/
Dah.h827 uint32_t bt_intval; /* beacon interval+flags */ member