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

/freebsd-11-stable/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_beacon.c54 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval);
88 bt.bt_intval = beacon_period &
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_beacon.c57 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval);
97 bt.bt_intval = beacon_period &
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_beacon.c65 if (bt->bt_intval & AR_BEACON_RESET_TSF) {
77 OS_REG_WRITE(ah, AR_BEACON, bt->bt_intval);
78 ahp->ah_beaconInterval = (bt->bt_intval & HAL_BEACON_PERIOD);
121 bt.bt_intval = beacon_period &
/freebsd-11-stable/sys/dev/ath/ath_hal/ar5416/
H A Dar5416_beacon.c56 bperiod = TU_TO_USEC(bt->bt_intval & HAL_BEACON_PERIOD);
57 ahp->ah_beaconInterval = bt->bt_intval & HAL_BEACON_PERIOD;
66 if (bt->bt_intval & AR_BEACON_RESET_TSF)
123 bt.bt_intval = beacon_period &
/freebsd-11-stable/tools/tools/ath/athalq/
H A Dtdma.c103 printf("[%u.%06u] [%llu] TIMERSET: bt_intval=%d nexttbtt=%d "
109 be32toh(t.bt_intval),
H A Dar5416_ds_tdma.c422 printf("[%u] [%llu] TIMERSET: bt_intval=%d nexttbtt=%d nextdba=%d nextswba=%d nextatim=%d flags=0x%x tdmadbaprep=%d tdmaswbaprep=%d\n",
425 be32toh(t.bt_intval),
/freebsd-11-stable/sys/dev/ath/
H A Dif_ath_tdma.c139 bt.bt_intval = bintval | HAL_BEACON_ENA;
150 bt.bt_intval,
151 bt.bt_intval,
165 t.bt_intval = htobe32(bt.bt_intval);
H A Dif_ath_alq.h85 uint32_t bt_intval; member in struct:if_ath_alq_tdma_timer_set
/freebsd-11-stable/sys/contrib/dev/ath/ath_hal/ar9300/
H A Dar9300_freebsd.c776 bperiod = TU_TO_USEC(bt->bt_intval & HAL_BEACON_PERIOD);
777 AH9300(ah)->ah_beaconInterval = bt->bt_intval & HAL_BEACON_PERIOD;
786 if (bt->bt_intval & HAL_BEACON_RESET_TSF)
/freebsd-11-stable/sys/dev/ath/ath_hal/
H A Dah.h833 * NB: see above flag definitions for bt_intval.
836 uint32_t bt_intval; /* beacon interval+flags */ member in struct:__anon9155

Completed in 103 milliseconds